diff options
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/helper/vclunohelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx index cb1da9ffe4d2..e6155ef66f7e 100644 --- a/include/toolkit/helper/vclunohelper.hxx +++ b/include/toolkit/helper/vclunohelper.hxx @@ -119,8 +119,8 @@ public: //======================================================================== //= MeasurementUnitConversion //======================================================================== - /** small helper to convert between <type>MeasurementUnit</type> and - <type>FieldUnit</type> + /** small helper to convert between MeasurementUnit and + FieldUnit */ static sal_Int16 ConvertToMeasurementUnit( FieldUnit _nFieldUnit, sal_Int16 _rFieldToUNOValueFactor ); static FieldUnit ConvertToFieldUnit( sal_Int16 _nMeasurementUnit, sal_Int16& _rFieldToUNOValueFactor ); |