summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 127bcaac30d5..676ed1d74b6f 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -71,9 +71,9 @@ void lclGetSettingColors(Color& rBackgroundColor, Color& rTextColor)
class SmFontStyles
{
- OUString aNormal;
- OUString aBold;
- OUString aItalic;
+ OUString const aNormal;
+ OUString const aBold;
+ OUString const aItalic;
OUString aBoldItalic;
public: