diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 22:38:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 10:56:59 +0000 |
commit | 34d71c5a08639f6255704be0d4a7df2b6cf6c13f (patch) | |
tree | 3b9af6eb714861bf4393333dc11d5c86dcbd758a /package/source | |
parent | 0ad02521c11369777931ce92eea799a409979cba (diff) |
callcatcher: remove newly unused methods and update list
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zippackage/ZipPackageStream.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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; |