diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:06:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:06:04 +0000 |
commit | 319c611566370c1da9a476ba9301ed9034f6d137 (patch) | |
tree | e50f28baeaa31ea55855ab63589a70b9cb369779 /svx | |
parent | 9413483fd244bd837940881301e7572f4beaa5b9 (diff) |
INTEGRATION: CWS internatiodel (1.71.26); FILE MERGED
2006/02/10 22:04:54 er 1.71.26.2: RESYNC: (1.71-1.73); FILE MERGED
2006/02/10 19:27:55 er 1.71.26.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index bc252580def1..cc9387ce5e6c 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmshimp.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: obo $ $Date: 2006-01-19 15:40:05 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:06:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,10 +66,6 @@ #include "fmpage.hxx" #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif - #ifndef _SHL_HXX #include <tools/shl.hxx> #endif |