diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:02:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:02:56 +0000 |
commit | 5ec45083811da4dec289e1f18aacead87ed09d74 (patch) | |
tree | 7b5a2149c7624d9f6257dcca31971d11a98a33c4 /sd | |
parent | 27768c4bb7db2d4c737666757608bdc5c84fb7dc (diff) |
INTEGRATION: CWS internatiodel (1.49.10); FILE MERGED
2006/02/10 19:30:26 er 1.49.10.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/viewshe3.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx index 7af5c21fc6e4..5b494718bddb 100644 --- a/sd/source/ui/view/viewshe3.cxx +++ b/sd/source/ui/view/viewshe3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewshe3.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:39:30 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:02:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,9 +131,6 @@ #ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif #ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> |