From addd00fefe246e3045380e97e9a66a39a23ecb4a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Dec 2021 14:20:44 +0200 Subject: use comphelper::WeakComponentImplHelper in SvXMLGraphicImportExportHelper Change-Id: Ieb76e57ac8c9e2f456e5d7d2c127668d5f2b8490 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127418 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/xml/xmlgrhlp.cxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'svx') diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 96be71b78769..a20db0d073d2 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -31,8 +31,7 @@ #include #include #include -#include -#include +#include #include #include @@ -930,7 +929,7 @@ namespace { namespace impl { -typedef cppu::WeakComponentImplHelper xComp( m_xGraphicObjectResolver, UNO_QUERY ); OSL_ASSERT( xComp.is()); -- cgit