diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:39:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:39:58 +0000 |
commit | 527441d4d00c25b87ac9a6a0d9ba52726c3f8af1 (patch) | |
tree | f2b1c9aef77f550d7da8079273ff2418866d1073 /vcl/os2 | |
parent | 3af720526bcc86a580096ec4e9d1dd206cf4be37 (diff) |
INTEGRATION: CWS canvas05 (1.5.2); FILE MERGED
2008/04/21 07:47:54 thb 1.5.2.4: RESYNC: (1.7-1.8); FILE MERGED
2008/04/07 14:38:46 thb 1.5.2.3: RESYNC: (1.5-1.7); FILE MERGED
2008/04/06 19:35:19 mox 1.5.2.2: Change headers to GetGraphicsData() const,
Build fixes for VCL aqua
2008/01/24 16:50:08 thb 1.5.2.1: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)
Diffstat (limited to 'vcl/os2')
-rw-r--r-- | vcl/os2/inc/salgdi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/os2/inc/salgdi.h b/vcl/os2/inc/salgdi.h index 8cc55cd565a5..cc0dcb05c41b 100644 --- a/vcl/os2/inc/salgdi.h +++ b/vcl/os2/inc/salgdi.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: salgdi.h,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -326,6 +326,8 @@ public: // Query the platform layer for control support virtual BOOL IsNativeControlSupported( ControlType nType, ControlPart nPart ); + + virtual SystemGraphicsData GetGraphicsData() const; }; // Init/Deinit Graphics |