summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:44:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:44:34 +0000
commitfc64253f2311b2643c4bb18e32347c7298647638 (patch)
treef92113da85cdf7318c2510405231895b84078e1e /basctl
parent85525c098491a2762358f86d41bf5ab5c0e5d1f1 (diff)
INTEGRATION: CWS langstatusbar (1.13.32); FILE MERGED
2007/11/19 11:42:14 tl 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/08 14:19:43 tl 1.13.32.1: #i77208# new language status-bar control
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basicbox.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx
index 29edb3504df6..d3926105f413 100644
--- a/basctl/source/basicide/basicbox.cxx
+++ b/basctl/source/basicide/basicbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basicbox.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2007-10-09 15:20:55 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 16:44:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,9 +62,9 @@
#ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx>
#endif
-#ifndef _SVX_LANGTAB_HXX
-#include <svx/langtab.hxx>
-#endif
+
+#include <svtools/langtab.hxx>
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
@@ -447,7 +447,7 @@ void BasicLanguageBox::FillBox()
if ( pCurMgr->isLibraryLocalized() )
{
Enable();
- SvxLanguageTable aLangTable;
+ SvtLanguageTable aLangTable;
Locale aDefaultLocale = pCurMgr->getStringResourceManager()->getDefaultLocale();
Locale aCurrentLocale = pCurMgr->getStringResourceManager()->getCurrentLocale();
Sequence< Locale > aLocaleSeq = pCurMgr->getStringResourceManager()->getLocales();