diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:44:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:44:18 +0000 |
commit | 44bbcd5ed50ab7204c531fb5b8b42ee91517bacf (patch) | |
tree | 325531e04abd50ebc3a694ce9fdcf3d3f167cfea | |
parent | 8c994df540b8f12391407130d6b85051ec5a23b8 (diff) |
INTEGRATION: CWS canvas05 (1.15.90); FILE MERGED
2008/04/21 07:48:06 thb 1.15.90.4: RESYNC: (1.17-1.18); FILE MERGED
2008/04/07 14:38:48 thb 1.15.90.3: RESYNC: (1.15-1.17); FILE MERGED
2008/04/06 19:35:19 mox 1.15.90.2: Change headers to GetGraphicsData() const,
Build fixes for VCL aqua
2008/02/21 21:16:47 thb 1.15.90.1: Added GetGraphicsData for headless plugin as well
-rw-r--r-- | vcl/unx/inc/pspgraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/inc/pspgraphics.h b/vcl/unx/inc/pspgraphics.h index 05afdf9b89e6..eb2bc1de1bc2 100644 --- a/vcl/unx/inc/pspgraphics.h +++ b/vcl/unx/inc/pspgraphics.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pspgraphics.h,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -201,6 +201,7 @@ public: const SalBitmap& rAlphaBitmap ); virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency ); + virtual SystemGraphicsData GetGraphicsData() const; }; #endif // _VCL_PSPGRAPHICS_H |