diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/drawdoc.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index ce3069acf85f..482adc2d3d29 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: drawdoc.hxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: vg $ $Date: 2006-04-07 15:00:36 $ + * last change: $Author: kz $ $Date: 2006-04-26 20:44:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -608,6 +608,9 @@ public: sd::UndoManager* GetUndoManager() const; + /* converts the given western font height to a corresponding ctl font height, deppending on the system language */ + static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight ); + private: /** This member stores the printer independent layout mode. Please refer to <member>SetPrinterIndependentLayout()</member> for its |