diff options
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index c6e85c62db0e..60df855f2831 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -449,7 +449,7 @@ void SmFontSizeDialog::dispose() void SmFontSizeDialog::ReadFrom(const SmFormat &rFormat) { - //! aufpassen: richtig runden! + //! watch out: round properly! m_pBaseSize->SetValue( SmRoundFraction( Sm100th_mmToPts( rFormat.GetBaseSize().Height() ) ) ); |