diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:31:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:31:01 +0000 |
commit | 94bf6a9ad6124f19ad8772a8bf42dccffdd25060 (patch) | |
tree | 627e15a22d70860c8b83ffe819c08e61bdf8049c /autodoc/source/ary/kernel | |
parent | 9ada33c4d5f587f77ad8fed5710ff62e2625d3b1 (diff) |
INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED
2006/09/01 17:15:24 kaib 1.3.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source/ary/kernel')
-rw-r--r-- | autodoc/source/ary/kernel/ary_disp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/ary/kernel/ary_disp.cxx b/autodoc/source/ary/kernel/ary_disp.cxx index e16cd8050136..1c0834831e5e 100644 --- a/autodoc/source/ary/kernel/ary_disp.cxx +++ b/autodoc/source/ary/kernel/ary_disp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ary_disp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:55:14 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:31:01 $ * * 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/ary_disp.hxx> |