unusedcode.easy: remove FilterBase::requestEncryptionData
This commit is contained in:
@@ -213,11 +213,6 @@ public:
|
||||
/** Returns the VBA project manager. */
|
||||
::oox::ole::VbaProject& getVbaProject() const;
|
||||
|
||||
/** Requests the encryption data from the media descriptor or from the user. On
|
||||
success, the encryption data will be inserted into the media descriptor. */
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >
|
||||
requestEncryptionData( ::comphelper::IDocPasswordVerifier& rVerifier ) const;
|
||||
|
||||
/** Imports the raw binary data from the specified stream.
|
||||
@return True, if the data could be imported from the stream. */
|
||||
bool importBinaryData( StreamDataSequence& orDataSeq, const ::rtl::OUString& rStreamName );
|
||||
|
@@ -413,14 +413,6 @@ VbaProject& FilterBase::getVbaProject() const
|
||||
return *mxImpl->mxVbaProject;
|
||||
}
|
||||
|
||||
Sequence< NamedValue > FilterBase::requestEncryptionData( ::comphelper::IDocPasswordVerifier& rVerifier ) const
|
||||
{
|
||||
::std::vector< OUString > aDefaultPasswords;
|
||||
aDefaultPasswords.push_back( CREATE_OUSTRING( "VelvetSweatshop" ) );
|
||||
return ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword(
|
||||
rVerifier, mxImpl->maMediaDesc, ::comphelper::DocPasswordRequestType_MS, &aDefaultPasswords );
|
||||
}
|
||||
|
||||
bool FilterBase::importBinaryData( StreamDataSequence& orDataSeq, const OUString& rStreamName )
|
||||
{
|
||||
OSL_ENSURE( !rStreamName.isEmpty(), "FilterBase::importBinaryData - empty stream name" );
|
||||
|
@@ -762,7 +762,6 @@ nullcanvas::SpriteCanvasHelper::scrollUpdate(basegfx::B2DRange const&, basegfx::
|
||||
oox::PropertyMap::dump(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>)
|
||||
oox::core::BinaryFilterBase::BinaryFilterBase(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
|
||||
oox::core::FilterBase::openSubStorage(rtl::OUString const&, bool) const
|
||||
oox::core::FilterBase::requestEncryptionData(comphelper::IDocPasswordVerifier&) const
|
||||
oox::xls::Alignment::setBiff2Data(unsigned char)
|
||||
oox::xls::Alignment::setBiff3Data(unsigned short)
|
||||
oox::xls::Alignment::setBiff4Data(unsigned short)
|
||||
|
Reference in New Issue
Block a user