diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:55:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:55:10 +0000 |
commit | f308a6e2a158a9c589a9442339343156626922e6 (patch) | |
tree | 81eb839ec2d448de04620198ab77b53a3aea8bd2 | |
parent | 6f1b85edb1a8a5b3b9ba6969fecc70b4bd532e2b (diff) |
INTEGRATION: CWS internatiodel (1.8.86); FILE MERGED
2006/02/10 19:32:05 er 1.8.86.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
-rw-r--r-- | svtools/source/config/defaultoptions.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/source/config/defaultoptions.cxx b/svtools/source/config/defaultoptions.cxx index 34afedea2d52..4f681ddbe5cb 100644 --- a/svtools/source/config/defaultoptions.cxx +++ b/svtools/source/config/defaultoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defaultoptions.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-11-11 08:47:43 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:55:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,9 +50,6 @@ #ifndef _TOOLS_RESMGR_HXX #include <tools/resmgr.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif #ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> #endif |