diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-12 16:57:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 08:42:26 +0100 |
commit | b70abeb9c3eea7ab24f3544ee95528278b53490d (patch) | |
tree | 31d0d8f90039fd3f4af85864343cc015fc98aed2 /starmath/source/ooxmlexport.hxx | |
parent | 888cff8bb0326153415b1d64d1ca6a45ac3ae84c (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/source/ooxmlexport.hxx')
-rw-r--r-- | starmath/source/ooxmlexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx index f7b36a0b2b0f..f7e05d7d165f 100644 --- a/starmath/source/ooxmlexport.hxx +++ b/starmath/source/ooxmlexport.hxx @@ -38,7 +38,7 @@ private: void HandleVerticalBrace( const SmVerticalBraceNode* pNode, int nLevel ) override; void HandleBlank() override; ::sax_fastparser::FSHelperPtr m_pSerializer; - oox::core::OoxmlVersion const version; + oox::core::OoxmlVersion version; /// needed to determine markup for nested run properties oox::drawingml::DocumentType const m_DocumentType; }; |