summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 90bc9a540321..f11bbe1940f0 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -2354,14 +2354,15 @@ void SmParser::Error(SmParseError eError)
SmParser::SmParser()
: m_nCurError( 0 )
+ , m_nLang( Application::GetSettings().GetUILanguageTag().getLanguageType() )
, m_nBufferIndex( 0 )
, m_nTokenIndex( 0 )
, m_Row( 0 )
, m_nColOff( 0 )
+ , bImportSymNames( false )
+ , m_bExportSymNames( false )
, m_aDotLoc( LanguageTag::convertToLocale( LANGUAGE_ENGLISH_US ) )
{
- bImportSymNames = m_bExportSymNames = false;
- m_nLang = Application::GetSettings().GetUILanguageTag().getLanguageType();
}
SmNode *SmParser::Parse(const OUString &rBuffer)