diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:35:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:35:30 +0000 |
commit | 5f14d87aebf1659ac2086c7e489a0d6d1bfd9c41 (patch) | |
tree | 939f2b0b68ed8180272737156b52966cf18bf385 /autodoc/source | |
parent | 9b43653bbb911c2748d5779719da1e70c026464c (diff) |
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
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/ary/loc/loc_file.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/ary/loc/loc_root.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
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 <precomp.h> #include <ary/loc/loc_file.hxx> 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 <precomp.h> #include <ary/loc/loc_root.hxx> |