diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 12:46:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 12:46:02 +0000 |
commit | 1d319c5fbe1d601e621f4fbb5da12bd30ca01c0b (patch) | |
tree | 9582eac2ed73005a8695a2eb340199e27c95552b /autodoc/source/ary/kernel | |
parent | 3e12ba8eaa380d9fac052ddac7f60768b99bbd96 (diff) |
INTEGRATION: CWS adc17 (1.3.18); FILE MERGED
2007/08/31 14:45:29 np 1.3.18.1: #i80569# remove wrong pchs.
Diffstat (limited to 'autodoc/source/ary/kernel')
-rw-r--r-- | autodoc/source/ary/kernel/slots.cxx | 8 | ||||
-rw-r--r-- | autodoc/source/ary/kernel/x_ary.cxx | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/autodoc/source/ary/kernel/slots.cxx b/autodoc/source/ary/kernel/slots.cxx index c700422a33ad..747c4d0a6327 100644 --- a/autodoc/source/ary/kernel/slots.cxx +++ b/autodoc/source/ary/kernel/slots.cxx @@ -4,9 +4,9 @@ * * $RCSfile: slots.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:34:17 $ + * last change: $Author: vg $ $Date: 2007-09-18 13:44:49 $ * * 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 <slots.hxx> diff --git a/autodoc/source/ary/kernel/x_ary.cxx b/autodoc/source/ary/kernel/x_ary.cxx index baccb27bde56..3111bde5a927 100644 --- a/autodoc/source/ary/kernel/x_ary.cxx +++ b/autodoc/source/ary/kernel/x_ary.cxx @@ -4,9 +4,9 @@ * * $RCSfile: x_ary.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:34:35 $ + * last change: $Author: vg $ $Date: 2007-09-18 13:45:05 $ * * 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 <ary/x_ary.hxx> |