diff options
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/configmgr.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/unotools/configmgr.hxx b/include/unotools/configmgr.hxx index 5205c9d1664e..e79629834db4 100644 --- a/include/unotools/configmgr.hxx +++ b/include/unotools/configmgr.hxx @@ -43,7 +43,9 @@ public: static OUString getDefaultCurrency(); - static OUString getLocale(); + static OUString getUILocale(); + + static OUString getWorkLocale(); static OUString getProductExtension(); |