summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackage.hxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-04-29 13:31:07 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-04-29 13:31:07 +0000
commit1e495aa4ece00a435123bbb2f036e8937d01e138 (patch)
tree3c8422ebaec1d3a03a9652ffe557c3975a9423e6 /package/inc/ZipPackage.hxx
parente21af0ee9f622772d52541e5e3587590adb077af (diff)
#98945# write additional magic mimetype file
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r--package/inc/ZipPackage.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 192faa8d8..dd3cd31be 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: mav $ $Date: 2002-02-27 15:51:57 $
+ * last change: $Author: mav $ $Date: 2002-04-29 14:31:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,7 @@
#ifndef _OSL_FILE_H_
#include <osl/file.h>
#endif
+class ZipOutputStream;
class ZipPackageFolder;
class ZipFile;
class ByteGrabber;
@@ -149,7 +150,8 @@ protected:
void getZipFileContents();
sal_Bool writeFileIsTemp();
::com::sun::star::uno::Reference < ::com::sun::star::io::XActiveDataStreamer > openOriginalForOutput();
-
+ void WriteMimetypeMagicFile( ZipOutputStream& aZipOut );
+
public:
ZipPackage (const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory);
virtual ~ZipPackage( void );