diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:32:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:32:15 +0000 |
commit | cbc89519b3ed2e19a201e06bfb35d6f7ba0b09fd (patch) | |
tree | 0a1de9e6ad2bdebc762cbf0cf6d0deed118d6177 /rsc | |
parent | eb5a6e74d1cad47ae0332d4ea78a32aa7ff36b5c (diff) |
INTEGRATION: CWS internatiodel (1.11.10); FILE MERGED
2006/02/10 19:33:10 er 1.11.10.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/19 14:58:09 er 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED
2005/06/24 13:14:02 er 1.11.10.1: #i50205# get rid of class International
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index b90e78e71122..dca2b2675668 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscdb.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:43:25 $ + * last change: $Author: vg $ $Date: 2006-04-07 16:32:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,10 +42,8 @@ #include <stdio.h> #include <string.h> -#include <tools/intn.hxx> #include <tools/fsys.hxx> #include <tools/rc.h> -#include <tools/isolang.hxx> #include <tools/isofallback.hxx> #include <rtl/strbuf.hxx> |