diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:38:21 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:38:21 +0000 |
commit | 9fd484f08b3e2437d4be8c8767935c9e45c125de (patch) | |
tree | c707ebf982424196b6691377bd8920d8b6a85886 /desktop/source/app | |
parent | ba3bbf2227379fae4420335ff3eaa0fcfe8234f3 (diff) |
INTEGRATION: CWS tune04 (1.3.74); FILE MERGED
2004/06/14 09:03:39 cmc 1.3.74.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/langselect.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/desktop/source/app/langselect.hxx b/desktop/source/app/langselect.hxx index 5bf9ab9378..93c9302656 100644 --- a/desktop/source/app/langselect.hxx +++ b/desktop/source/app/langselect.hxx @@ -2,9 +2,9 @@ * * $RCSfile: langselect.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 12:24:58 $ + * last change: $Author: hjs $ $Date: 2004-06-25 17:38:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,6 @@ namespace desktop { -//typedef std::list<LanguageType> LangList; typedef std::list<rtl::OUString> IsoList; typedef std::list<String> StrList; @@ -83,7 +82,6 @@ class LanguageSelectionDialog : public ModalDialog { friend class LanguageSelection; private: -// LanguageType m_aLanguage; FixedText m_aText; ListBox m_aListBox; OKButton m_aButton; @@ -99,17 +97,12 @@ class LanguageSelection { private: - static IsoList m_lLanguages; - -// static LangList getInstalledLanguages(); static IsoList getInstalledIsoLanguages(); -// static StrList getLanguageStrings(const LangList&); static StrList getLanguageStrings(const IsoList&); static rtl::OUString getUserLanguage(); public: static com::sun::star::lang::Locale IsoStringToLocale(const rtl::OUString& str); -// static LanguageType getLanguageType(); static rtl::OUString getLanguageString(); static void prepareLanguage(); }; |