summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/inc/ZipFile.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 352c87f2d60b..4eef944a935b 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ZipFile.hxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
* This file is part of OpenOffice.org.
*
@@ -178,11 +178,6 @@ public:
::com::sun::star::packages::zip::ZipException,
::com::sun::star::uno::RuntimeException );
- ::rtl::OUString SAL_CALL getName( )
- throw(::com::sun::star::uno::RuntimeException);
- sal_Int32 SAL_CALL getSize( )
- throw(::com::sun::star::uno::RuntimeException);
-
ZipEnumeration * SAL_CALL entries( );
protected:
sal_Bool readLOC ( ZipEntry &rEntry)