summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/acceleratorconfiguration.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-03-28 00:13:14 +0100
committerEike Rathke <erack@redhat.com>2013-03-28 01:39:07 +0100
commit68fac46e71e954d559eeb8591383f304f3038ad6 (patch)
treea47b46cb315ffaffa07eac3706d471ca6950c1b5 /framework/source/inc/accelerators/acceleratorconfiguration.hxx
parent66a63c1608cfd5e755fb141b636e4a84c118179a (diff)
use LanguageTag instead of comphelper::Locale
Change-Id: I2c6d07bbdef62fa17e9c90ca87be6e742268c54f
Diffstat (limited to 'framework/source/inc/accelerators/acceleratorconfiguration.hxx')
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
index 99ba6a0a651b..38889fa93ffa 100644
--- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
@@ -48,7 +48,7 @@
#include <cppuhelper/propshlp.hxx>
#include <cppuhelper/weak.hxx>
-#include <comphelper/locale.hxx>
+#include <i18npool/languagetag.hxx>
#include <salhelper/singletonref.hxx>
//__________________________________________
@@ -210,10 +210,10 @@ class XMLBasedAcceleratorConfiguration : protected ThreadHelpBase
@descr We does not cache this value, because we are not listen
for changes on the configuration layer ...
- @return ::comphelper::Locale
+ @return LanguageTag
The current office locale.
*/
- ::comphelper::Locale impl_ts_getLocale() const;
+ LanguageTag impl_ts_getLocale() const;
//______________________________________
// helper
@@ -428,10 +428,10 @@ class XCUBasedAcceleratorConfiguration : protected ThreadHelpBase
@descr We does not cache this value, because we are not listen
for changes on the configuration layer ...
- @return ::comphelper::Locale
+ @return LanguageTag
The current office locale.
*/
- ::comphelper::Locale impl_ts_getLocale() const;
+ LanguageTag impl_ts_getLocale() const;
//______________________________________
// helper