diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-30 09:10:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-30 09:10:22 +0000 |
commit | ba3e47385552b91f99b1e7444071a8466a8bce9d (patch) | |
tree | 2822deea9aac2beea0d897c65f4fac686cae4723 | |
parent | d963aba064b076d3af33cc6c3ed2b0adfc7252cc (diff) |
INTEGRATION: CWS aquabmpfix01 (1.14.30); FILE MERGED
2008/05/13 14:03:28 hdu 1.14.30.1: #100000# remove compile warnings
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkgdi.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx index 09bc1a54764a..2458ff45a974 100644 --- a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: gtkgdi.hxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -84,6 +84,7 @@ public: virtual void ResetClipRegion(); virtual void BeginSetClipRegion( ULONG nCount ); virtual BOOL unionClipRegion( long nX, long nY, long nWidth, long nHeight ); + virtual bool unionClipRegion( const ::basegfx::B2DPolyPolygon& ); virtual void EndSetClipRegion(); // some themes set the background pixmap of our window EVERY time |