diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:14:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:14:19 +0000 |
commit | 6ec52dcd31210d7c9069571598aef0436fee3ce0 (patch) | |
tree | 079b23a86a38022818a4cbb81cb98a18bd1d0e91 /autodoc | |
parent | 8f912888a382878544e3313bb01f06e865894734 (diff) |
INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED
2006/09/01 17:15:51 kaib 1.7.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idoc/cx_dsapi.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idoc/cx_dsapi.cxx b/autodoc/source/parser_i/idoc/cx_dsapi.cxx index 3a945258703f..2acd7ba52c2f 100644 --- a/autodoc/source/parser_i/idoc/cx_dsapi.cxx +++ b/autodoc/source/parser_i/idoc/cx_dsapi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cx_dsapi.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:09:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:14:19 $ * * 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 <s2_dsapi/cx_dsapi.hxx> |