summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 16:14:56 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 16:14:56 +0000
commit8b406f4f4bc758ded89872a3cf015aaf5b0330f2 (patch)
tree353a33f7c538b939d414803050fead8932c71940
parentc90a6391af74d7c5cd4fe8e355acccfbbd4b4292 (diff)
INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGED
2006/09/01 17:19:44 kaib 1.7.100.1: #i68856# Added header markers and pch files
-rw-r--r--comphelper/source/misc/storagehelper.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx
index c0169119ac83..790dd51b9800 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: storagehelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:53:09 $
+ * last change: $Author: obo $ $Date: 2006-09-17 17:14:56 $
*
* 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_comphelper.hxx"
+
#ifndef _COM_SUN_STAR_EMBED_ELEMENTMODES_HPP_
#include <com/sun/star/embed/ElementModes.hpp>
#endif