diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:52:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:52:11 +0000 |
commit | d84e6f7df4871ed422e53e3e62dad315a2d8fa4f (patch) | |
tree | 5ad0fe1668d9f8e96ddbb9dc148b2907599b83ff /autodoc/source/display/toolkit | |
parent | eca91c3fb6f9ea4c45bab8db7a10b0f93f9be9dd (diff) |
INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED
2006/09/01 17:15:37 kaib 1.2.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source/display/toolkit')
-rw-r--r-- | autodoc/source/display/toolkit/hf_linachain.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/display/toolkit/hf_linachain.cxx b/autodoc/source/display/toolkit/hf_linachain.cxx index f092eca68d46..086e8b2a1554 100644 --- a/autodoc/source/display/toolkit/hf_linachain.cxx +++ b/autodoc/source/display/toolkit/hf_linachain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hf_linachain.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:00:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:52:11 $ * * 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_linachain.hxx> |