From ef13b5303d12ecd39fe5357282570ef0488353a3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 Jun 2008 06:16:58 +0000 Subject: INTEGRATION: CWS fwk88 (1.24.8); FILE MERGED 2008/05/27 15:57:23 mav 1.24.8.1: #i86348# integrate the patch --- package/inc/ZipOutputStream.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package/inc') diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index cebbf5dfff9a..37af31e88445 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ZipOutputStream.hxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -76,8 +76,6 @@ public: throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); // XZipOutputStream interfaces - void SAL_CALL setComment( const ::rtl::OUString& rComment ) - throw(::com::sun::star::uno::RuntimeException); void SAL_CALL setMethod( sal_Int32 nNewMethod ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL setLevel( sal_Int32 nNewLevel ) @@ -92,8 +90,6 @@ public: throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); void SAL_CALL finish( ) throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); - void SAL_CALL close( ) - throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException); static sal_uInt32 getCurrentDosTime ( ); protected: void doDeflate(); -- cgit v1.2.3