diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:31:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:31:30 +0000 |
commit | b84fe77f9dc8cd8c3967e6a9bdedc63d64f6c084 (patch) | |
tree | 173288783e930999e14d9b9ab31db9bc9d4e39e0 /vcl | |
parent | bac4e40b16c36ea3ef2a66cc7ebeecaa9a1cac3c (diff) |
INTEGRATION: CWS internatiodel (1.36.152); FILE MERGED
2006/02/10 19:31:32 er 1.36.152.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/fontcfg.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/source/gdi/fontcfg.cxx b/vcl/source/gdi/fontcfg.cxx index eb3fb5b2ea13..539e5d53e991 100644 --- a/vcl/source/gdi/fontcfg.cxx +++ b/vcl/source/gdi/fontcfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontcfg.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:57:35 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:31:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,10 +61,6 @@ #include <unotools/configpathes.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> -#endif - #ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> #endif |