update unusedmethods plugin to deal with constructors
and fix the operator< implementations in some of the other plugins too. Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035 Reviewed-on: https://gerrit.libreoffice.org/25057 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
4e59eecc07
commit
2c8fe2e737
@@ -1172,12 +1172,6 @@ uno::Reference < io::XInputStream > EmbeddedObjectContainer::GetObjectStream( co
|
||||
return xInputStream;
|
||||
}
|
||||
|
||||
uno::Reference < io::XInputStream > EmbeddedObjectContainer::GetObjectStream( const uno::Reference < embed::XEmbeddedObject >& xObj )
|
||||
{
|
||||
// try to load it from the container storage
|
||||
return GetObjectStream( GetEmbeddedObjectName( xObj ), nullptr );
|
||||
}
|
||||
|
||||
bool EmbeddedObjectContainer::InsertGraphicStream( const css::uno::Reference < css::io::XInputStream >& rStream, const OUString& rObjectName, const OUString& rMediaType )
|
||||
{
|
||||
try
|
||||
|
@@ -39,18 +39,6 @@ namespace comphelper { namespace module
|
||||
ComphelperModule();
|
||||
};
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
class ComphelperModuleClient : public ::comphelper::OModuleClient
|
||||
{
|
||||
private:
|
||||
typedef ::comphelper::OModuleClient BaseClass;
|
||||
|
||||
public:
|
||||
ComphelperModuleClient() : BaseClass( ComphelperModule::getInstance() )
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
template < class TYPE >
|
||||
class OAutoRegistration : public ::comphelper::OAutoRegistration< TYPE >
|
||||
|
Reference in New Issue
Block a user