summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-27 22:38:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-28 10:56:59 +0000
commit34d71c5a08639f6255704be0d4a7df2b6cf6c13f (patch)
tree3b9af6eb714861bf4393333dc11d5c86dcbd758a /package
parent0ad02521c11369777931ce92eea799a409979cba (diff)
callcatcher: remove newly unused methods and update list
Diffstat (limited to 'package')
-rw-r--r--package/inc/ZipPackageStream.hxx1
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx6
2 files changed, 0 insertions, 7 deletions
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
@@ -228,12 +228,6 @@ sal_Int32 ZipPackageStream::GetBlockSize() const
}
//--------------------------------------------------------------------------
-void ZipPackageStream::SetBaseEncryptionData( const ::rtl::Reference< BaseEncryptionData >& xData )
-{
- m_xBaseEncryptionData = xData;
-}
-
-//--------------------------------------------------------------------------
uno::Sequence< sal_Int8 > ZipPackageStream::GetEncryptionKey( bool bUseWinEncoding )
{
uno::Sequence< sal_Int8 > aResult;