diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:37:50 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:37:50 +0000 |
commit | 5210533be76cfac65716b738be57e57926806f93 (patch) | |
tree | 1a36ef85a8206dede6af0dd97ba8ccc5fc37bcbb /svx/source | |
parent | bddaf8e60d5e9f5a81fae81b97242342918286ca (diff) |
INTEGRATION: CWS langstatusbar (1.14.114); FILE MERGED
2007/10/09 10:10:21 tl 1.14.114.3: merge problem fixed
2007/10/05 14:51:21 tl 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED
2007/06/08 13:55:43 tl 1.14.114.1: #i77208# new language status-bar control
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/dlgutil.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/dlgutil.cxx b/svx/source/dialog/dlgutil.cxx index 0a88ce07d87a..f9127b0fcf76 100644 --- a/svx/source/dialog/dlgutil.cxx +++ b/svx/source/dialog/dlgutil.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgutil.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:02:46 $ + * last change: $Author: ihi $ $Date: 2007-11-23 16:37:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,7 @@ #include <unolingu.hxx> #endif +#include <svtools/langtab.hxx> #include <svtools/itemset.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/objsh.hxx> @@ -59,13 +60,12 @@ #include "dlgutil.hxx" #include <svx/dialmgr.hxx> -#include "langtab.hxx" // ----------------------------------------------------------------------- String GetLanguageString( LanguageType eType ) { - static const SvxLanguageTable aLangTable; + static const SvtLanguageTable aLangTable; return aLangTable.GetString( eType ); } |