summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 16:28:43 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 16:28:43 +0000
commitd5a779ceaec320c75d5d6978cf9491a710fd2909 (patch)
treecbbcb44e6e7c93f1fd1f97adb9a8c6d5d54dce47
parentf71b9bb2d3673c964f8d991b4d5bebd338b71ca2 (diff)
INTEGRATION: CWS pchfix02 (1.104.10); FILE MERGED
2006/09/01 17:32:42 kaib 1.104.10.1: #i68856# Added header markers and pch files
-rw-r--r--package/source/zippackage/ZipPackage.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index 7f8891eae5bb..532d8f67afd7 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ZipPackage.cxx,v $
*
- * $Revision: 1.104 $
+ * $Revision: 1.105 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:14:16 $
+ * last change: $Author: obo $ $Date: 2006-09-17 17:28:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_package.hxx"
#ifndef _ZIP_PACKAGE_HXX
#include <ZipPackage.hxx>
#endif