diff options
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(); //------------------------------------------------------------------------- |