diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2002-04-29 13:31:07 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2002-04-29 13:31:07 +0000 |
commit | 2121ded9b52db7fbf467a2270e54e7d060d64c46 (patch) | |
tree | 45f17bb893c3e16c7f203cbca44dd960169a0af2 /package/inc/ZipPackage.hxx | |
parent | a529307d61ae29c06218cb9bfe8247801c6a7553 (diff) |
#98945# write additional magic mimetype file
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r-- | package/inc/ZipPackage.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index db00afe13078..d459e2dfa684 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,6 +150,7 @@ 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); |