diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:24:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:24:29 +0000 |
commit | 3df40edf4e94f477875aa9ec6d2cfebacc275707 (patch) | |
tree | b8331ecd6fce72838e31882f1a29a7d0ad40c0bb /i18npool | |
parent | fbba4779a120419b9af12824492ce77781aa44c2 (diff) |
INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED
2006/09/01 17:30:49 kaib 1.8.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/textconversion/textconversion_zh.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/textconversion/textconversion_zh.cxx b/i18npool/source/textconversion/textconversion_zh.cxx index 3a0c2df50a05..7bfbf56dd0b2 100644 --- a/i18npool/source/textconversion/textconversion_zh.cxx +++ b/i18npool/source/textconversion/textconversion_zh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textconversion_zh.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:49:18 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:24:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_i18npool.hxx" + #include <assert.h> #include <textconversion.hxx> #include <com/sun/star/i18n/TextConversionType.hpp> |