diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:06:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:06:22 +0000 |
commit | b8b859e80d3a99b41feeeb328adb41839629fbb9 (patch) | |
tree | 5ecdbaa84b2ff12261053e7fa4b3511f7c624580 | |
parent | 319c611566370c1da9a476ba9301ed9034f6d137 (diff) |
INTEGRATION: CWS internatiodel (1.30.50); FILE MERGED
2006/02/10 19:27:55 er 1.30.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
-rw-r--r-- | svx/source/form/fmsrcimp.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index fab70c5915ba..eaa127489529 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmsrcimp.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: obo $ $Date: 2005-12-21 13:31:30 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:06:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,10 +101,6 @@ #include <com/sun/star/i18n/CollatorOptions.hpp> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif - #ifndef _COM_SUN_STAR_SDDB_XCOLUMNSSUPPLIER_HPP_ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #endif |