diff options
Diffstat (limited to 'package')
-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(); |