diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:52:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:52:39 +0000 |
commit | 22caf65ede7a56279eb18298a529296ee482826e (patch) | |
tree | e7e58d6b5cfc786ff4afa40d9c23e3b49d45d854 /autodoc/source/display/toolkit | |
parent | fed1128c31e4bca44c0680e2d26b4429e3919bfc (diff) |
INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED
2006/09/01 17:15:37 kaib 1.4.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source/display/toolkit')
-rw-r--r-- | autodoc/source/display/toolkit/hf_navi_sub.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/display/toolkit/hf_navi_sub.cxx b/autodoc/source/display/toolkit/hf_navi_sub.cxx index 26e409d3d684..3fd247cbf959 100644 --- a/autodoc/source/display/toolkit/hf_navi_sub.cxx +++ b/autodoc/source/display/toolkit/hf_navi_sub.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hf_navi_sub.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:00:54 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:52: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 <toolkit/hf_navi_sub.hxx> |