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/source/document.cxx | |
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/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index c49fc8712998..1e9ec6f25d60 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -276,10 +276,10 @@ void SetEditEngineDefaultFonts(SfxItemPool &rEditEngineItemPool, const SvtLinguO { // set fonts to be used struct FontDta { - LanguageType nFallbackLang; + LanguageType const nFallbackLang; LanguageType nLang; - DefaultFontType nFontType; - sal_uInt16 nFontInfoId; + DefaultFontType const nFontType; + sal_uInt16 const nFontInfoId; } aTable[3] = { // info to get western font to be used |