From 34d71c5a08639f6255704be0d4a7df2b6cf6c13f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Feb 2012 22:38:11 +0000 Subject: callcatcher: remove newly unused methods and update list --- package/inc/ZipPackageStream.hxx | 1 - package/source/zippackage/ZipPackageStream.cxx | 6 ------ 2 files changed, 7 deletions(-) (limited to 'package') diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index cb165af9ee97..a3dc3c0a98d0 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -94,7 +94,6 @@ public: void SetFromManifest( sal_Bool bValue ) { m_bFromManifest = bValue; } ::rtl::Reference< EncryptionData > GetEncryptionData( bool bWinEncoding = false ); - void SetBaseEncryptionData( const ::rtl::Reference< BaseEncryptionData >& xData ); ::com::sun::star::uno::Sequence< sal_Int8 > GetEncryptionKey( bool bWinEncoding = false ); diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index b5c0731ffb35..483759e7e16d 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -227,12 +227,6 @@ sal_Int32 ZipPackageStream::GetBlockSize() const return xResult; } -//-------------------------------------------------------------------------- -void ZipPackageStream::SetBaseEncryptionData( const ::rtl::Reference< BaseEncryptionData >& xData ) -{ - m_xBaseEncryptionData = xData; -} - //-------------------------------------------------------------------------- uno::Sequence< sal_Int8 > ZipPackageStream::GetEncryptionKey( bool bUseWinEncoding ) { -- cgit