diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:16:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:16:08 +0000 |
commit | f6fcd8c8013886fb98e4e3361dd3afa09b83d7eb (patch) | |
tree | 05e3fcb90f371dffb60624fd8f3f39df14a1c3bc | |
parent | e7d236b7806eebbaba2d2f04b99e90ee011bed0d (diff) |
INTEGRATION: CWS thaiissues (1.3.16); FILE MERGED
2005/10/26 12:09:05 ssa 1.3.16.1: #i55555# support query for system default locale, useful on Windows
-rw-r--r-- | shell/source/backends/localebe/localebackend.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/shell/source/backends/localebe/localebackend.hxx b/shell/source/backends/localebe/localebackend.hxx index 62ea2d65e635..27646e9fd5af 100644 --- a/shell/source/backends/localebe/localebackend.hxx +++ b/shell/source/backends/localebe/localebackend.hxx @@ -4,9 +4,9 @@ * * $RCSfile: localebackend.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:48:28 $ + * last change: $Author: obo $ $Date: 2005-11-16 10:16:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -142,11 +142,14 @@ class LocaleBackend : public ::cppu::WeakImplHelper2 < // for configuration layers. static rtl::OUString createTimeStamp(void); - // Returns the system locale + // Returns the user locale static rtl::OUString getLocale(void); - // Returns the system UI locale + // Returns the user UI locale static rtl::OUString getUILocale(void); + + // Returns the system default locale + static rtl::OUString getSystemLocale(void); } ; |