diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 12:54:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 12:54:28 +0000 |
commit | 0d480a22609862499d26a715573a1e81ecde075c (patch) | |
tree | c193102e0a5e63dfbf1da89f92001d686fa476cd /autodoc/source/display | |
parent | 19b881a1fa8cf4a2e72ada4d6b07116a591b4c98 (diff) |
INTEGRATION: CWS adc17 (1.8.18); FILE MERGED
2007/08/31 14:45:30 np 1.8.18.1: #i80569# remove wrong pchs.
Diffstat (limited to 'autodoc/source/display')
-rw-r--r-- | autodoc/source/display/html/outfile.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/display/html/pm_class.cxx | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx index f24d6a7360ff..895640801fc2 100644 --- a/autodoc/source/display/html/outfile.cxx +++ b/autodoc/source/display/html/outfile.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outfile.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:42:51 $ + * last change: $Author: vg $ $Date: 2007-09-18 13:53:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_autodoc.hxx" - #include <precomp.h> #include "outfile.hxx" diff --git a/autodoc/source/display/html/pm_class.cxx b/autodoc/source/display/html/pm_class.cxx index 33f9ff58ef1f..c0a9a7096b92 100644 --- a/autodoc/source/display/html/pm_class.cxx +++ b/autodoc/source/display/html/pm_class.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pm_class.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:43:46 $ + * last change: $Author: vg $ $Date: 2007-09-18 13:54:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,10 +33,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_autodoc.hxx" - - #include <precomp.h> #include "pm_class.hxx" |