summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_service.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-08 09:00:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-08 09:00:18 +0000
commit54aee8f83dc79f8f2bb14f1ee0fa491559fd5196 (patch)
treecb4ff57f708715e5b91d589a2def52ec287bb830 /desktop/source/deployment/gui/dp_gui_service.cxx
parent0917fbed1ed99fdc20d775087a1aa5c4a216648c (diff)
INTEGRATION: CWS internatiodel (1.8.100); FILE MERGED
2006/02/10 19:29:41 er 1.8.100.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_service.cxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_service.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx
index 11a9f791aaae..c04c563c72d8 100644
--- a/desktop/source/deployment/gui/dp_gui_service.cxx
+++ b/desktop/source/deployment/gui/dp_gui_service.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui_service.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 11:06:45 $
+ * last change: $Author: vg $ $Date: 2006-04-08 10:00:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#include "unotools/configmgr.hxx"
#include "comphelper/servicedecl.hxx"
#include "comphelper/unwrapargs.hxx"
-#include "tools/isolang.hxx"
+#include <i18npool/mslangid.hxx>
#include "vcl/svapp.hxx"
#include "vcl/msgbox.hxx"
#include "com/sun/star/lang/XServiceInfo.hpp"
@@ -165,7 +165,7 @@ sal_Int16 ServiceImpl::execute() throw (RuntimeException)
::utl::ConfigManager::LOCALE ) >>= slang))
throw RuntimeException( OUSTR("Cannot determine language!"),
static_cast<OWeakObject *>(this) );
- as.SetUILanguage( ConvertIsoStringToLanguage( slang ) );
+ as.SetUILanguage( MsLangId::convertIsoStringToLanguage( slang ) );
app->SetSettings( as );
}
}