diff options
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; }; |