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:
Kurt Zenker 2008-06-24 10:46:21 +00:00
parent 2fec8f86f4
commit 98d93b0c1c

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: salgdi.h,v $ * $RCSfile: salgdi.h,v $
* $Revision: 1.30 $ * $Revision: 1.31 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@ -346,6 +346,8 @@ public:
virtual bool supportsOperation( OutDevSupportType ) const; virtual bool supportsOperation( OutDevSupportType ) const;
// Query the platform layer for control support // Query the platform layer for control support
virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart ); virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart );
virtual SystemGraphicsData GetGraphicsData() const;
}; };
// Init/Deinit Graphics // Init/Deinit Graphics