diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:31:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:31:28 +0000 |
commit | 6ae24015802869fd5a18f1b5aa7a19c66c7e3343 (patch) | |
tree | 50b96bcc3154267a32ab0ebcfa126ce1d446291b /i18npool/source | |
parent | ea41f1450d80cf8121002759342c5398ef5e9f4e (diff) |
INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED
2006/09/01 17:30:54 kaib 1.4.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/transliteration/texttonum.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/texttonum.cxx b/i18npool/source/transliteration/texttonum.cxx index 9bef06f9b8ec..3c440237d3ec 100644 --- a/i18npool/source/transliteration/texttonum.cxx +++ b/i18npool/source/transliteration/texttonum.cxx @@ -4,9 +4,9 @@ * * $RCSfile: texttonum.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:34:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:31:28 $ * * 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" + #define TRANSLITERATION_ALL #include <texttonum.hxx> #include <data/numberchar.h> |