summaryrefslogtreecommitdiff
path: root/starmath/inc/token.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 16:57:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 08:42:26 +0100
commitb70abeb9c3eea7ab24f3544ee95528278b53490d (patch)
tree31d0d8f90039fd3f4af85864343cc015fc98aed2 /starmath/inc/token.hxx
parent888cff8bb0326153415b1d64d1ca6a45ac3ae84c (diff)
Revert "loplugin:constfields in starmath"
This reverts commit e494cc2942899fd92a2273eaed2bf41eb74ea8a9. Change-Id: Ie73ecb4b7299e70dea729c374763f9e2df2aa6f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90421 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 786b4ff31d75..1bbe446fcca2 100644
--- a/starmath/inc/token.hxx
+++ b/starmath/inc/token.hxx
@@ -129,10 +129,10 @@ struct SmToken
struct SmTokenTableEntry
{
const char* pIdent;
- SmTokenType const eType;
- sal_Unicode const cMathChar;
- TG const nGroup;
- sal_uInt16 const nLevel;
+ SmTokenType eType;
+ sal_Unicode cMathChar;
+ TG nGroup;
+ sal_uInt16 nLevel;
};
#endif