diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:38:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:38:39 +0000 |
commit | 788b1fe4f5d657a2b850ab5948b464e54407f638 (patch) | |
tree | 89a5b2f88fa1e9800c04b7c311a4071b19b9d8a4 /autodoc/source | |
parent | 5f14d87aebf1659ac2086c7e489a0d6d1bfd9c41 (diff) |
INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED
2006/09/01 17:15:29 kaib 1.5.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/ary_i/kernel/ci_text2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx index 45a36381bf8b..c4cd786dee05 100644 --- a/autodoc/source/ary_i/kernel/ci_text2.cxx +++ b/autodoc/source/ary_i/kernel/ci_text2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ci_text2.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-15 11:11:11 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:38:39 $ * * 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_i/ci_text2.hxx> |