summaryrefslogtreecommitdiff
path: root/starmath/inc/token.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/token.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/token.hxx')
-rw-r--r--starmath/inc/token.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx
index 7bf4da95f31f..c9093293ed43 100644
--- a/starmath/inc/token.hxx
+++ b/starmath/inc/token.hxx
@@ -128,10 +128,10 @@ struct SmToken
struct SmTokenTableEntry
{
const sal_Char* pIdent;
- SmTokenType eType;
- sal_Unicode cMathChar;
- TG nGroup;
- sal_uInt16 nLevel;
+ SmTokenType const eType;
+ sal_Unicode const cMathChar;
+ TG const nGroup;
+ sal_uInt16 const nLevel;
};
#endif