From 5f14d87aebf1659ac2086c7e489a0d6d1bfd9c41 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 15:35:30 +0000 Subject: INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:27 kaib 1.2.30.1: #i68856# Added header markers and pch files --- autodoc/source/ary/loc/loc_file.cxx | 7 +++++-- autodoc/source/ary/loc/loc_root.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'autodoc/source') diff --git a/autodoc/source/ary/loc/loc_file.cxx b/autodoc/source/ary/loc/loc_file.cxx index b5b1f044bbb1..65bc6a16120f 100644 --- a/autodoc/source/ary/loc/loc_file.cxx +++ b/autodoc/source/ary/loc/loc_file.cxx @@ -4,9 +4,9 @@ * * $RCSfile: loc_file.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:16:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:35:16 $ * * 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_autodoc.hxx" + #include #include diff --git a/autodoc/source/ary/loc/loc_root.cxx b/autodoc/source/ary/loc/loc_root.cxx index 0496ac101e43..2b9df3fe5353 100644 --- a/autodoc/source/ary/loc/loc_root.cxx +++ b/autodoc/source/ary/loc/loc_root.cxx @@ -4,9 +4,9 @@ * * $RCSfile: loc_root.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:16:48 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:35:30 $ * * 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_autodoc.hxx" + #include #include -- cgit