diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 09:34:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 11:10:57 +0200 |
commit | e494cc2942899fd92a2273eaed2bf41eb74ea8a9 (patch) | |
tree | 34f905b91195d2d59aa5925116dbb6257391c40a /starmath/inc/token.hxx | |
parent | 0ddf3e0a628599d01356cb5262b93faca073ee9f (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.hxx | 8 |
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 |