diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/parse.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index cc17e951df28..7b1319d43bba 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -209,6 +209,9 @@ class SmParser // map of used symbols (used to reduce file size by exporting only actually used symbols) std::set< rtl::OUString > m_aUsedSymbols; + //! locale where '.' is decimal seperator! + ::com::sun::star::lang::Locale m_aDotLoc; + // declare copy-constructor and assignment-operator private SmParser(const SmParser &); SmParser & operator = (const SmParser &); |