From 41956321ceefb5836feb2c119b66de7bb557740f Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 24 Nov 2012 18:54:09 +0100 Subject: get rid of Svx...Locale...() double conversion nonsense Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc --- starmath/source/parse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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; -- cgit