diff options
-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> |