summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:20:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:20:54 +0000
commit13862cdcff7bed78156a1ee76e862ef6433e579d (patch)
tree7fa1f36d2170c8bc88467b3c9aa7213fbb65b3f1 /package
parent969cc4a751d46882b954d3dfe04db198d1d114cf (diff)
INTEGRATION: CWS fwk88 (1.48.8); FILE MERGED
2008/05/27 15:57:23 mav 1.48.8.1: #i86348# integrate the patch
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/ZipFile.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index afe63356fcfb..a2873ff5cf8d 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ZipFile.cxx,v $
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
* This file is part of OpenOffice.org.
*
@@ -500,18 +500,6 @@ ZipEnumeration * SAL_CALL ZipFile::entries( )
return new ZipEnumeration ( aEntries );
}
-::rtl::OUString SAL_CALL ZipFile::getName( )
- throw(RuntimeException)
-{
- return sName;
-}
-
-sal_Int32 SAL_CALL ZipFile::getSize( )
- throw(RuntimeException)
-{
- return aEntries.size();
-}
-
Reference< XInputStream > SAL_CALL ZipFile::getInputStream( ZipEntry& rEntry,
const vos::ORef < EncryptionData > &rData,
sal_Bool bIsEncrypted )