From 4621e719c283cb24ec6b884b55a6719a321336f3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Dec 2021 10:06:17 +0200 Subject: use comphelper::WeakComponentImplHelper in SvXMLGraphicHelper and remove unused disposing() override Change-Id: I6423d9c3c418bb07f84e1622c8df6eac8ad762c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127406 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- include/svx/xmlgrhlp.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/svx') diff --git a/include/svx/xmlgrhlp.hxx b/include/svx/xmlgrhlp.hxx index 8a72664a5b55..0e54e1cb102b 100644 --- a/include/svx/xmlgrhlp.hxx +++ b/include/svx/xmlgrhlp.hxx @@ -20,8 +20,7 @@ #ifndef INCLUDED_SVX_XMLGRHLP_HXX #define INCLUDED_SVX_XMLGRHLP_HXX -#include -#include +#include #include #include @@ -47,8 +46,7 @@ struct SvxGraphicHelperStream_Impl }; class SVXCORE_DLLPUBLIC SvXMLGraphicHelper final : - public cppu::BaseMutex, - public cppu::WeakComponentImplHelper { @@ -82,8 +80,6 @@ private: SvXMLGraphicHelperMode eCreateMode, const OUString& rGraphicMimeType = OUString() ); - virtual void SAL_CALL disposing() override; - SVX_DLLPRIVATE OUString implSaveGraphic(css::uno::Reference const & rxGraphic, OUString & rOutMimeType, std::u16string_view rRequestName); -- cgit