diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-29 10:27:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-29 10:27:28 +0000 |
commit | 84eb28d2145545907f96b4d53e5671e4ba0bc894 (patch) | |
tree | 3dd7ae35a3c727561050144fbf1bedbd3b3f9cb9 /vcl/unx/inc/salvd.h | |
parent | 8e423b83be192960e0cd752a0a2c5dfdadf1c8b0 (diff) |
INTEGRATION: CWS vcl54 (1.5.156); FILE MERGED
2006/02/23 18:17:21 pl 1.5.156.2: join cairocanvas
2006/02/23 17:25:05 thb 1.5.156.1: #i59315# Now reading the actual size of a SystemGraphicsData-generated VDev from the VDev itself (it was always (1,1) before, which led to clipped output)
Diffstat (limited to 'vcl/unx/inc/salvd.h')
-rw-r--r-- | vcl/unx/inc/salvd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/salvd.h b/vcl/unx/inc/salvd.h index 718201dbb885..e7673ace430b 100644 --- a/vcl/unx/inc/salvd.h +++ b/vcl/unx/inc/salvd.h @@ -4,9 +4,9 @@ * * $RCSfile: salvd.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:46:45 $ + * last change: $Author: obo $ $Date: 2006-03-29 11:27:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,7 @@ public: // Set new size, without saving the old contents virtual BOOL SetSize( long nNewDX, long nNewDY ); + virtual void GetSize( long& rWidth, long& rHeight ); }; #ifdef _SV_SALDISP_HXX |