diff options
author | Eike Rathke <erack@redhat.com> | 2012-11-24 18:54:09 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-24 18:56:43 +0100 |
commit | 41956321ceefb5836feb2c119b66de7bb557740f (patch) | |
tree | e756d740615881ceeea816e7ef15096f91d7cc1e /starmath | |
parent | 6395c843710b59e391f10f3532442ae11fe64357 (diff) |
get rid of Svx...Locale...() double conversion nonsense
Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/parse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index fa7f9f186d43..dbd45052df42 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -2419,7 +2419,7 @@ void SmParser::Error(SmParseError eError) SmParser::SmParser() - : m_aDotLoc( SvxCreateLocale( LANGUAGE_ENGLISH_US ) ) + : m_aDotLoc( LanguageTag( LANGUAGE_ENGLISH_US ).getLocale() ) { m_eConversion = CONVERT_NONE; bImportSymNames = m_bExportSymNames = false; |