diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:36:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:36:05 +0000 |
commit | 7a6b36a6dbc14dd07a48a745fa9fd14f1285eff2 (patch) | |
tree | 753708ece4ff2367fee356a74b106d16f369992e | |
parent | 280fe3ce6fc9b3e2144663083d75aa7d18952ede (diff) |
INTEGRATION: CWS canvas05 (1.34.10); FILE MERGED
2008/06/23 13:29:05 thb 1.34.10.5: RESYNC: (1.37-1.41); FILE MERGED
2008/04/21 07:47:17 thb 1.34.10.4: RESYNC: (1.36-1.37); FILE MERGED
2008/04/07 14:38:20 thb 1.34.10.3: RESYNC: (1.34-1.36); FILE MERGED
2008/04/06 19:35:17 mox 1.34.10.2: Change headers to GetGraphicsData() const,
Build fixes for VCL aqua
2008/01/24 16:50:07 thb 1.34.10.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index 64c1efd719cc..6174a0862f11 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: salgdi.h,v $ - * $Revision: 1.41 $ + * $Revision: 1.42 $ * * This file is part of OpenOffice.org. * @@ -349,6 +349,8 @@ public: // Query the platform layer for control support virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart ); + virtual SystemGraphicsData GetGraphicsData() const; + private: // differences between VCL, Quartz and kHiThemeOrientation coordinate systems // make some graphics seem to be vertically-mirrored from a VCL perspective |