summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 09:34:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 11:10:57 +0200
commite494cc2942899fd92a2273eaed2bf41eb74ea8a9 (patch)
tree34f905b91195d2d59aa5925116dbb6257391c40a /starmath/source/dialog.cxx
parent0ddf3e0a628599d01356cb5262b93faca073ee9f (diff)
loplugin:constfields in starmath
Change-Id: I5092401b4138ca15e93b36adf1b059e75d4e8f5a Reviewed-on: https://gerrit.libreoffice.org/61514 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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: