summaryrefslogtreecommitdiff
path: root/xmloff/source/meta/xmlmetae.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 13:54:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 13:54:29 +0000
commit83caf74408ac22762551b65b099ce4d998bc1d21 (patch)
treee62d5c25b6b4bbe14aaa76d21b69c8947232eaea /xmloff/source/meta/xmlmetae.cxx
parent687115c08ab739d0b64582be51796e6fa66ddbc2 (diff)
INTEGRATION: CWS internatiodel (1.14.70); FILE MERGED
2006/02/10 19:30:10 er 1.14.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'xmloff/source/meta/xmlmetae.cxx')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index eb61653b5afa..334adc8556db 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlmetae.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:18:02 $
+ * last change: $Author: vg $ $Date: 2006-04-07 14:54:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,9 @@
#include <tools/debug.hxx>
#include <tools/inetdef.hxx>
-#include <tools/isolang.hxx>
+#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
+#include <i18npool/mslangid.hxx>
+#endif
#ifndef _URLOBJ_HXX
#include <tools/urlobj.hxx>
#endif
@@ -359,7 +361,7 @@ void SfxXMLMetaExport::Export()
#if 0
if ( eLanguage != LANGUAGE_SYSTEM )
{
- sValue = ConvertLanguageToIsoString( eLanguage, '-' );
+ sValue = MsLangId::convertLanguageToIsoString( eLanguage, '-' );
if ( sValue.getLength() )
{
SvXMLElementExport aElem( rExport, XML_NAMESPACE_DC, XML_LANGUAGE,