summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
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/inc/node.hxx
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/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index b9a11864b1a8..9ee746d9d04c 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -98,7 +98,7 @@ class SmNode : public SmRect
SmFace maFace;
SmToken maNodeToken;
- SmNodeType meType;
+ SmNodeType const meType;
SmScaleMode meScaleMode;
RectHorAlign meRectHorAlign;
FontChangeMask mnFlags;
@@ -435,7 +435,7 @@ public:
*/
class SmSpecialNode : public SmTextNode
{
- bool mbIsFromGreekSymbolSet;
+ bool const mbIsFromGreekSymbolSet;
protected:
SmSpecialNode(SmNodeType eNodeType, const SmToken &rNodeToken, sal_uInt16 _nFontDesc);