summaryrefslogtreecommitdiff
path: root/starmath/source/format.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/format.cxx')
-rw-r--r--starmath/source/format.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx
index a4bf960fd583..d11aa65f842f 100644
--- a/starmath/source/format.cxx
+++ b/starmath/source/format.cxx
@@ -21,7 +21,7 @@
SmFormat::SmFormat()
-: aBaseSize(0, SmPtsTo100th_mm(12))
+: aBaseSize(0, o3tl::convert(12, o3tl::Length::pt, o3tl::Length::mm100))
{
eHorAlign = SmHorAlign::Center;
nGreekCharStyle = 0;