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:
parent
77ec38481e
commit
3184edcc60
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: salgdi.hxx,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -482,6 +482,8 @@ public:
|
|||
|
||||
bool DrawAlphaRect( long nX, long nY, long nWidth, long nHeight,
|
||||
sal_uInt8 nTransparency, const OutputDevice *pOutDev );
|
||||
|
||||
virtual SystemGraphicsData GetGraphicsData() const = 0;
|
||||
};
|
||||
|
||||
#endif // _SV_SALGDI_HXX
|
||||
|
|
Loading…
Reference in a new issue