From 5b04c9063cc9dd77dc55c361df081812af38cdbd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 11:08:31 +0100 Subject: remove unused and commented out code This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7 --- xmloff/source/style/xmlnume.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmloff/source/style/xmlnume.cxx') diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index 871c7024289a..364860513f5c 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -644,11 +644,6 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel, } -uno::Reference< ::com::sun::star::container::XIndexReplace > SvxXMLNumRuleExport::GetUNONumRule() const -{ - return uno::Reference< ::com::sun::star::container::XIndexReplace > (); -} - void SvxXMLNumRuleExport::AddListStyleAttributes() { } -- cgit