INTEGRATION: CWS canvas05 (1.26.90); FILE MERGED
2008/04/21 07:47:07 thb 1.26.90.4: RESYNC: (1.28-1.29); FILE MERGED 2008/04/07 14:38:09 thb 1.26.90.3: RESYNC: (1.26-1.28); FILE MERGED 2008/04/06 19:35:20 mox 1.26.90.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/01/24 16:50:10 thb 1.26.90.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)
This commit is contained in:
parent
2fec8f86f4
commit
98d93b0c1c
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: salgdi.h,v $
|
||||
* $Revision: 1.30 $
|
||||
* $Revision: 1.31 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -346,6 +346,8 @@ public:
|
|||
virtual bool supportsOperation( OutDevSupportType ) const;
|
||||
// Query the platform layer for control support
|
||||
virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart );
|
||||
|
||||
virtual SystemGraphicsData GetGraphicsData() const;
|
||||
};
|
||||
|
||||
// Init/Deinit Graphics
|
||||
|
|
Loading…
Reference in a new issue