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/source/calendar | |
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/source/calendar')
-rw-r--r-- | i18npool/source/calendar/calendar_hijri.cxx | 7 |
1 files changed, 5 insertions, 2 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> |