INTEGRATION: CWS canvas05 (1.2.168); FILE MERGED

2008/04/21 07:46:58 thb 1.2.168.4: RESYNC: (1.4-1.5); FILE MERGED
2008/04/07 14:37:57 thb 1.2.168.3: RESYNC: (1.2-1.4); FILE MERGED
2008/04/06 19:35:18 mox 1.2.168.2: Change headers to GetGraphicsData() const,
Build fixes for VCL aqua
2008/01/24 16:50:08 thb 1.2.168.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)
This commit is contained in:
Kurt Zenker 2008-06-24 10:39:01 +00:00
parent 77ec38481e
commit 3184edcc60

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: salgdi.hxx,v $ * $RCSfile: salgdi.hxx,v $
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@ -482,6 +482,8 @@ public:
bool DrawAlphaRect( long nX, long nY, long nWidth, long nHeight, bool DrawAlphaRect( long nX, long nY, long nWidth, long nHeight,
sal_uInt8 nTransparency, const OutputDevice *pOutDev ); sal_uInt8 nTransparency, const OutputDevice *pOutDev );
virtual SystemGraphicsData GetGraphicsData() const = 0;
}; };
#endif // _SV_SALGDI_HXX #endif // _SV_SALGDI_HXX