From 1b329fd5ccc0ff270d776dfd03571da3f4d6f34d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 22 Nov 2012 19:48:13 +0100 Subject: get rid of unnecessary LocaleDataWrapper temporary instances Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7 --- toolkit/source/controls/unocontrolmodel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit') diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index f61a3234ee08..94ad6cb4ce81 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -329,6 +329,7 @@ sal_Bool UnoControlModel::ImplHasProperty( sal_uInt16 nPropId ) const } // the remaming is the locale + /* FIXME-BCP47: handle language tags! */ Locale aLocale; nSepPos = sDefaultCurrency.indexOf( '-' ); if ( nSepPos >= 0 ) -- cgit