summaryrefslogtreecommitdiff
path: root/svx/inc/dlgutil.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2000-10-09 10:36:50 +0000
committerPeter Burow <pb@openoffice.org>2000-10-09 10:36:50 +0000
commite67184cbad69114d985ade98a2ef310be655caca (patch)
tree71682f975107a27908a9fb1460096cb62dfba3f2 /svx/inc/dlgutil.hxx
parent65123fc81dc5a60f238e4e2024b59632350ccfed (diff)
chg: GetModuleFieldUnit() added
Diffstat (limited to 'svx/inc/dlgutil.hxx')
-rw-r--r--svx/inc/dlgutil.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/inc/dlgutil.hxx b/svx/inc/dlgutil.hxx
index 8f05f9bf9e..6ea3893d5b 100644
--- a/svx/inc/dlgutil.hxx
+++ b/svx/inc/dlgutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgutil.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:00:55 $
+ * last change: $Author: pb $ $Date: 2000-10-09 11:36:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -42,13 +42,13 @@
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
@@ -106,6 +106,8 @@ void SetFieldUnit( MetricField& rCtrl,
void SetFieldUnit( MetricBox& rCtrl,
FieldUnit eUnit, BOOL bAll = FALSE );
+FieldUnit GetModuleFieldUnit();
+
// Metriken umrechnen
long CalcToUnit( float nIn, SfxMapUnit eUnit );
long CalcToPoint( long nIn, SfxMapUnit eUnit, USHORT nFaktor );