diff options
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r-- | extensions/source/bibliography/bibconfig.cxx | 7 | ||||
-rw-r--r-- | extensions/source/bibliography/bibcont.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
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 <bibconfig.hxx> #ifndef _SVARRAY_HXX #include <svtools/svarray.hxx> 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 <osl/mutex.hxx> #include <tools/urlobj.hxx> #include <cppuhelper/weak.hxx> |