summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r--starmath/inc/parse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 0ae45d3f7e00..98733d243146 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -48,7 +48,7 @@ class SmParser
std::set< OUString > m_aUsedSymbols;
//! locale where '.' is decimal separator!
- ::com::sun::star::lang::Locale m_aDotLoc;
+ css::lang::Locale m_aDotLoc;
SmParser(const SmParser&) = delete;
SmParser& operator=(const SmParser&) = delete;