diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:16:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:16:58 +0000 |
commit | ef13b5303d12ecd39fe5357282570ef0488353a3 (patch) | |
tree | ccb20d121a39dacbb27523449f27086b570fb6cd /package/inc | |
parent | 9727fccaad42d9f6d0098e03c1e1292bc2823a79 (diff) |
INTEGRATION: CWS fwk88 (1.24.8); FILE MERGED
2008/05/27 15:57:23 mav 1.24.8.1: #i86348# integrate the patch
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipOutputStream.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
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(); |