Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194473
Collapse All | Expand All

(-)openoffice.org.orig/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx (-4 / +4 lines)
Lines 2898-2906 Link Here
2898
    aPartRect = Rectangle( aPartPos, aPartSize );
2899
    aPartRect = Rectangle( aPartPos, aPartSize );
2899
2900
2900
	if ( pIndicatorSize )
2901
	if ( pIndicatorSize )
2901
		g_free( pIndicatorSize );
2902
		gtk_requisition_free( pIndicatorSize );
2902
	if ( pIndicatorSpacing )
2903
	if ( pIndicatorSpacing )
2903
		g_free( pIndicatorSpacing );
2904
		gtk_border_free( pIndicatorSpacing );
2904
2905
2905
	return( aPartRect );
2906
	return( aPartRect );
2906
}
2907
}
Lines 2947-2955 Link Here
2947
		aIndicatorRect.Move( 0, 1 );
2948
		aIndicatorRect.Move( 0, 1 );
2948
2949
2949
	if ( pIndicatorSize )
2950
	if ( pIndicatorSize )
2950
		g_free( pIndicatorSize );
2951
		gtk_requisition_free( pIndicatorSize );
2951
	if ( pIndicatorSpacing )
2952
	if ( pIndicatorSpacing )
2952
		g_free( pIndicatorSpacing );
2953
		gtk_border_free( pIndicatorSpacing );
2953
2954
2954
	return( aIndicatorRect );
2955
	return( aIndicatorRect );
2955
}
2956
}

Return to bug 194473