diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:51:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:51:01 +0000 |
commit | dd9634839e7c419dddb78b4ecd76ceb62b8bdd03 (patch) | |
tree | 65729ab49b6d63a663e7e944120848391390ee4f /autodoc/source | |
parent | b48a684bd4a7f08d405cc51af81182e83c6d63c7 (diff) |
INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED
2006/09/01 17:15:36 kaib 1.4.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/display/idl/hi_linkhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/display/idl/hi_linkhelper.cxx b/autodoc/source/display/idl/hi_linkhelper.cxx index f500618c0cda..a4ba7fe20a6d 100644 --- a/autodoc/source/display/idl/hi_linkhelper.cxx +++ b/autodoc/source/display/idl/hi_linkhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hi_linkhelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:00:04 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:51: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 "hi_linkhelper.hxx" |