diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:04:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:04:27 +0000 |
commit | 4ee0c11979abf1cbf8c5c228cea8deaaaa391ce2 (patch) | |
tree | 35de0f57fc7e9507f33f9f969b302351130203f3 /svtools | |
parent | ea36f245965bc95d0cda61489c82d7afc122ccda (diff) |
INTEGRATION: CWS internatiodel (1.5.144); FILE MERGED
2006/02/10 19:32:10 er 1.5.144.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/syslocale/syslocale.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/source/syslocale/syslocale.cxx b/svtools/source/syslocale/syslocale.cxx index 11bd1f459cc2..f1fcaedfcfe3 100644 --- a/svtools/source/syslocale/syslocale.cxx +++ b/svtools/source/syslocale/syslocale.cxx @@ -4,9 +4,9 @@ * * $RCSfile: syslocale.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:52:21 $ + * last change: $Author: vg $ $Date: 2006-04-07 16:04:27 $ * * 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 _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif #ifndef _STRING_HXX #include <tools/string.hxx> #endif |