summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/managelang.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:44:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:44:49 +0000
commit4bc3058bc00c4845269f447a8b1d1ca6d67df3e3 (patch)
tree5380969094462025637fb8d3f1bffe8678fbf6fa /basctl/source/dlged/managelang.cxx
parentfc64253f2311b2643c4bb18e32347c7298647638 (diff)
INTEGRATION: CWS langstatusbar (1.4.10); FILE MERGED
2007/06/25 19:33:44 tl 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/08 14:20:40 tl 1.4.10.1: #i77208# new language status-bar control
Diffstat (limited to 'basctl/source/dlged/managelang.cxx')
-rw-r--r--basctl/source/dlged/managelang.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index cd39a6e20810..76e4eb6a4b5d 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: managelang.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:33:59 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 16:44:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,9 +80,9 @@
#ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx>
#endif
-#ifndef _SVX_LANGTAB_HXX
-#include <svx/langtab.hxx>
-#endif
+
+#include <svtools/langtab.hxx>
+
#include <sfx2/bindings.hxx>
using namespace ::com::sun::star::i18n;
@@ -210,7 +210,7 @@ void ManageLanguageDialog::FillLanguageBox()
if ( m_pLocalizationMgr->isLibraryLocalized() )
{
- SvxLanguageTable aLangTable;
+ SvtLanguageTable aLangTable;
Locale aDefaultLocale = m_pLocalizationMgr->getStringResourceManager()->getDefaultLocale();
Sequence< Locale > aLocaleSeq = m_pLocalizationMgr->getStringResourceManager()->getLocales();
const Locale* pLocale = aLocaleSeq.getConstArray();