summaryrefslogtreecommitdiff
path: root/include/svtools/unitconv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/unitconv.hxx')
-rw-r--r--include/svtools/unitconv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/unitconv.hxx b/include/svtools/unitconv.hxx
index 637f575eb9ee..2798e5dbc93a 100644
--- a/include/svtools/unitconv.hxx
+++ b/include/svtools/unitconv.hxx
@@ -35,7 +35,7 @@ SVT_DLLPUBLIC void SetFieldUnit( MetricField& rCtrl, FieldUnit eUnit, sal_B
SVT_DLLPUBLIC void SetFieldUnit( MetricBox& rCtrl, FieldUnit eUnit, sal_Bool bAll = sal_False );
SVT_DLLPUBLIC long CalcToUnit( float nIn, SfxMapUnit eUnit );
-SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );
+SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFactor );
SVT_DLLPUBLIC long ItemToControl( long nIn, SfxMapUnit eItem, SfxFieldUnit eCtrl );
SVT_DLLPUBLIC long ControlToItem( long nIn, SfxFieldUnit eCtrl, SfxMapUnit eItem );