diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:32:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:32:05 +0000 |
commit | 9432997833e664a7f328ab97377dbabf4952f63c (patch) | |
tree | 550337bffe9482181f4ec89adf3a5c4cf109c2ea /i18npool/source | |
parent | aca5a0080856be89e81624cc825ff16cad1685cc (diff) |
INTEGRATION: CWS pchfix02 (1.11.80); FILE MERGED
2006/09/01 17:30:54 kaib 1.11.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/transliteration/transliteration_Ignore.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/transliteration_Ignore.cxx b/i18npool/source/transliteration/transliteration_Ignore.cxx index 9c1c7eaaf439..5c97c6856470 100644 --- a/i18npool/source/transliteration/transliteration_Ignore.cxx +++ b/i18npool/source/transliteration/transliteration_Ignore.cxx @@ -4,9 +4,9 @@ * * $RCSfile: transliteration_Ignore.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:35:18 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:32:05 $ * * 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" + // prevent internal compiler error with MSVC6SP3 #include <utility> |