From 358d88d08bbbee155aaf9eeb49846f75cbead1c5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 7 Oct 2016 11:59:50 +0200 Subject: loplugin:staticmethods: svx Change-Id: If03d9797fddd88662cf7d0ba2a70c2841983b37b --- svx/source/xml/xmlgrhlp.cxx | 2 +- svx/source/xml/xmlxtexp.cxx | 2 +- svx/source/xml/xmlxtimp.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/xml') diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 22df739dda91..6ac0f44d5701 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -458,7 +458,7 @@ SvxGraphicHelperStream_Impl SvXMLGraphicHelper::ImplGetGraphicStream( const OUSt return aRet; } -OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName ) const +OUString SvXMLGraphicHelper::ImplGetGraphicMimeType( const OUString& rFileName ) { struct XMLGraphicMimeTypeMapper { diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx index 0b7cf51dd5ff..e7a7962b2f60 100644 --- a/svx/source/xml/xmlxtexp.cxx +++ b/svx/source/xml/xmlxtexp.cxx @@ -521,7 +521,7 @@ SvxXMLBitmapEntryExporter::~SvxXMLBitmapEntryExporter() void SvxXMLBitmapEntryExporter::exportEntry( const OUString& rStrName, const Any& rValue ) { - maImageStyle.exportXML( rStrName, rValue, mrExport ); + XMLImageStyle::exportXML( rStrName, rValue, mrExport ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index 2307e6929f13..186b00c520b0 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -301,7 +301,7 @@ void SvxXMLTableImportContext::importBitmap( sal_uInt16 nPrfx, const OUString& r try { XMLImageStyle aImageStyle; - aImageStyle.importXML( xAttrList, rAny, rName, GetImport() ); + XMLImageStyle::importXML( xAttrList, rAny, rName, GetImport() ); } catch (const Exception&) { -- cgit