diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:15:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:15:51 +0000 |
commit | e9f39ace5d1e53b7686e955a407c05b05f5b405e (patch) | |
tree | d6d8654f5eb76e612ca534561412e4ef867f02f2 /i18npool | |
parent | 35e73b9dbe37cb83b980d3262210d9001ee20886 (diff) |
INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED
2006/09/01 17:30:40 kaib 1.9.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/calendar/calendar_hijri.cxx | 7 | ||||
-rw-r--r-- | i18npool/source/characterclassification/cclass_unicode.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx index ed0113b92544..e88552dbf263 100644 --- a/i18npool/source/calendar/calendar_hijri.cxx +++ b/i18npool/source/calendar/calendar_hijri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: calendar_hijri.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:43:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:15:24 $ * * 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 <stdlib.h> #include <math.h> diff --git a/i18npool/source/characterclassification/cclass_unicode.cxx b/i18npool/source/characterclassification/cclass_unicode.cxx index b6ba7bb5c4e2..874261cdb225 100644 --- a/i18npool/source/characterclassification/cclass_unicode.cxx +++ b/i18npool/source/characterclassification/cclass_unicode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cclass_unicode.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:43:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:15:51 $ * * 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 <cclass_unicode.hxx> #include <com/sun/star/i18n/UnicodeScript.hpp> #include <com/sun/star/i18n/UnicodeType.hpp> |