From fc64253f2311b2643c4bb18e32347c7298647638 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 15:44:34 +0000 Subject: 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 --- basctl/source/basicide/basicbox.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basctl') 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 #endif -#ifndef _SVX_LANGTAB_HXX -#include -#endif + +#include + 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(); -- cgit