diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:39:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:39:35 +0000 |
commit | e80ee5766850d7b0a12b4fbb3a5105b0726e508f (patch) | |
tree | 6349dc68a58246835c237411fcefdfdb2beb88b8 /autodoc/source/display/html/cfrstd.cxx | |
parent | f45698077e6c88c709d718c8d72abe46d4607d22 (diff) |
INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:15:29 kaib 1.10.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'autodoc/source/display/html/cfrstd.cxx')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 73e75bf51a33..c7ece1022f6b 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cfrstd.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2006-05-03 16:49:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:39:35 $ * * 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 <cfrstd.hxx> |