From fded13dff3e57760d16082db29f7933adc1c7c98 Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Tue, 28 Nov 2000 10:09:15 +0000 Subject: [PATCH] #80556# do not set default mime type --- package/source/zippackage/ZipPackage.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index 79bc990c50bc..add55ef6829a 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mtg $ $Date: 2000-11-28 11:00:26 $ + * last change: $Author: mtg $ $Date: 2000-11-28 11:09:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -304,8 +304,6 @@ void SAL_CALL ZipPackage::initialize( const Sequence< Any >& aArguments ) pPkgStream->setParent( Reference < XInterface > (xCurrent, UNO_QUERY)); pPkgStream->setZipEntry( aEntry ); pPkgStream->setName( sStreamName ); - aAny <<= OUString::createFromAscii("text/plain"); - pPkgStream->setPropertyValue(OUString::createFromAscii("MediaType"), aAny); aAny <<= Reference < XUnoTunnel > (pPkgStream); xCurrent->insertByName(sStreamName, aAny); }