From 5c84f40ea2e86bf85c0a59201faf1431f16aee40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Oct 2016 13:49:12 +0200 Subject: loplugin:constantfunction update the plugin similarly to commit 3ee3b36ae0c064fb5c81268d8d63444309d1b970 Author: Stephan Bergmann Date: Fri Oct 7 12:05:49 2016 +0200 loplugin:staticmethods: Don't be fooled by decls starting with macros Change-Id: I98ac3216d5acf89a49a26feb089ae2fd34e6e510 Reviewed-on: https://gerrit.libreoffice.org/29665 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/style/xmlnume.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xmloff/source/style') diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index 073c2e72a383..dc0db67ce914 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -612,11 +612,6 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel, } -void SvxXMLNumRuleExport::AddListStyleAttributes() -{ -} - - SvxXMLNumRuleExport::SvxXMLNumRuleExport( SvXMLExport& rExp ) : rExport( rExp ), sNumberingRules( "NumberingRules" ), @@ -682,9 +677,6 @@ void SvxXMLNumRuleExport::exportNumberingRule( GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_CONSECUTIVE_NUMBERING, XML_TRUE ); - // other application specific attributes - AddListStyleAttributes(); - { SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_TEXT, XML_LIST_STYLE , true, true ); -- cgit