diff options
Diffstat (limited to 'toolkit/source/controls/unocontrolmodel.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrolmodel.cxx | 1 |
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 ) |