From 259820af718fe15ea5080711f77918dad8f14fbb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 May 2015 10:29:18 +0200 Subject: loplugin:staticmethods Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe --- sw/source/filter/xml/xmlexpit.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/filter/xml/xmlexpit.hxx') diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx index 93492c6f7dcb..16205d5c2dd3 100644 --- a/sw/source/filter/xml/xmlexpit.hxx +++ b/sw/source/filter/xml/xmlexpit.hxx @@ -86,11 +86,11 @@ public: /** this method is called for every item that has the MID_SW_FLAG_NO_ITEM_EXPORT flag set */ - void handleNoItem( SvXMLAttributeList& rAttrList, + static void handleNoItem( SvXMLAttributeList& rAttrList, const SvXMLItemMapEntry& rEntry, const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, - const SfxItemSet& rSet ) const; + const SfxItemSet& rSet ); /** this method is called for every item that has the MID_SW_FLAG_ELEMENT_EXPORT flag set */ -- cgit