summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/dlgutil.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:37:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:37:50 +0000
commit5210533be76cfac65716b738be57e57926806f93 (patch)
tree1a36ef85a8206dede6af0dd97ba8ccc5fc37bcbb /svx/source/dialog/dlgutil.cxx
parentINTEGRATION: CWS langstatusbar (1.38.12); FILE MERGED (diff)
downloadcore-5210533be76cfac65716b738be57e57926806f93.tar.gz
core-5210533be76cfac65716b738be57e57926806f93.zip
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/dialog/dlgutil.cxx')
-rw-r--r--svx/source/dialog/dlgutil.cxx8
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 );
}