From 0f2a74379a2d1293897395b468e8a4b4a8474dc3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 11:54:50 +0000 Subject: INTEGRATION: CWS pchfix02 (1.13.186); FILE MERGED 2006/09/01 17:26:26 kaib 1.13.186.1: #i68856# Added header markers and pch files --- extensions/source/bibliography/bibconfig.cxx | 7 +++++-- extensions/source/bibliography/bibcont.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'extensions/source/bibliography') diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx index b4fba482810c..d8786daeb439 100644 --- a/extensions/source/bibliography/bibconfig.cxx +++ b/extensions/source/bibliography/bibconfig.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bibconfig.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:12:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:54:36 $ * * 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_extensions.hxx" + #include #ifndef _SVARRAY_HXX #include diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index c4120ca98ef7..2ce6311bfdae 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bibcont.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:13:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:54:50 $ * * 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_extensions.hxx" + #include #include #include -- cgit