summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-11-22 19:48:13 +0100
committerEike Rathke <erack@redhat.com>2012-11-22 19:50:20 +0100
commit1b329fd5ccc0ff270d776dfd03571da3f4d6f34d (patch)
tree160192cce8a16201503843650491f05b9b15a844 /toolkit
parent677f13f0e2567bcf667b016ef5e173766cc89cbf (diff)
get rid of unnecessary LocaleDataWrapper temporary instances
Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrolmodel.cxx1
1 files changed, 1 insertions, 0 deletions
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 )