summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 15:43:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 15:43:07 +0000
commitd0c52cfb4928a6785efb11239d7817157f2fa91d (patch)
treeeb40ef8a8ab4141911143a1d8606990026b21c89 /sfx2
parentbcf81f5ee8f8f840159812a062460a122b559fbd (diff)
INTEGRATION: CWS pchfix02 (1.81.22); FILE MERGED
2006/09/01 17:38:41 kaib 1.81.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objmisc.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index f2725c603693..b518c39bd7d8 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objmisc.cxx,v $
*
- * $Revision: 1.82 $
+ * $Revision: 1.83 $
*
- * last change: $Author: ihi $ $Date: 2006-08-28 15:09:55 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:43:07 $
*
* 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"
+
#ifndef _INETMSG_HXX //autogen
#include <svtools/inetmsg.hxx>
#endif
@@ -48,7 +51,6 @@
#include <vos/mutex.hxx>
#ifndef GCC
-#pragma hdrstop
#endif
#ifndef _COM_SUN_STAR_DOCUMENT_UPDATEDOCMODE_HPP_