diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:23:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:23:50 +0000 |
commit | cefc619084b84ff32bf933f5c338388be16174be (patch) | |
tree | 9ce1119f027ede42500000e83f06c0eebd9d4fe5 /offapi | |
parent | 57fc9dbd361569dd1296bf16cc1b01fcfe437700 (diff) |
INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED
2005/10/08 20:47:19 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED
2005/06/17 23:31:16 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/XGraphicDevice.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl index b86da74787fc..e944cc7daa72 100644 --- a/offapi/com/sun/star/rendering/XGraphicDevice.idl +++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl @@ -4,9 +4,9 @@ * * $RCSfile: XGraphicDevice.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:59:05 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:23:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,7 +128,7 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface @see XBitmap::getSize() */ - ::com::sun::star::geometry::RealSize2D getSize(); + ::com::sun::star::geometry::RealSize2D getPhysicalSize(); //------------------------------------------------------------------------- |