diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:16 +0000 |
commit | 37a4b88ba4c871a246d258726926d4dbbeb132b7 (patch) | |
tree | 85734cc155a807a255ba68d9b930e755430598ed | |
parent | 1a9db858b9b311a6e1b80ff15f2e5150807b2cd7 (diff) |
INTEGRATION: CWS pchfix02 (1.11.88); FILE MERGED
2006/09/01 17:38:40 kaib 1.11.88.1: #i68856# Added header markers and pch files
-rw-r--r-- | sfx2/source/doc/frmdescr.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx index 5e043b408829..31c4407053fb 100644 --- a/sfx2/source/doc/frmdescr.cxx +++ b/sfx2/source/doc/frmdescr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frmdescr.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:27:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:41:16 $ * * 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_sfx2.hxx" + #include <sot/object.hxx> #ifndef _STREAM_HXX //autogen @@ -45,7 +48,6 @@ #include <svtools/itemset.hxx> #endif #ifndef GCC -#pragma hdrstop #endif #include "frmdescr.hxx" |