diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 11:08:31 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-03-04 11:34:07 +0000 |
commit | 5b04c9063cc9dd77dc55c361df081812af38cdbd (patch) | |
tree | 827cd9405e68df853362ac6a021c4619bf4a6bc3 /xmloff | |
parent | bf48090e0a81c6490ee938eabaef4e791df85229 (diff) |
remove unused and commented out code
This code gets never called.
Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlnume.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmlnume.cxx | 5 | ||||
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.hxx | 1 |
4 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/xmloff/xmlnume.hxx b/xmloff/inc/xmloff/xmlnume.hxx index dca651db2bcc..93a7260137dc 100644 --- a/xmloff/inc/xmloff/xmlnume.hxx +++ b/xmloff/inc/xmloff/xmlnume.hxx @@ -75,8 +75,6 @@ protected: SvXMLExport& GetExport() { return rExport; } - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > GetUNONumRule() const; - public: SvxXMLNumRuleExport( SvXMLExport& rExport ); 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() { } diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index 48175de93543..945b815d0cbe 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -211,7 +211,6 @@ void XMLAutoTextEventExport::_ExportFontDecls() {} void XMLAutoTextEventExport::_ExportStyles( sal_Bool ) {} void XMLAutoTextEventExport::_ExportAutoStyles() {} void XMLAutoTextEventExport::_ExportMasterStyles() {} -void XMLAutoTextEventExport::_ExportChangeTracking() {} void XMLAutoTextEventExport::_ExportContent() {} diff --git a/xmloff/source/text/XMLAutoTextEventExport.hxx b/xmloff/source/text/XMLAutoTextEventExport.hxx index ed0e50fd6467..c90615b4a846 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.hxx +++ b/xmloff/source/text/XMLAutoTextEventExport.hxx @@ -95,7 +95,6 @@ protected: virtual void _ExportStyles( sal_Bool bUsed ) ; virtual void _ExportAutoStyles(); virtual void _ExportMasterStyles(); - virtual void _ExportChangeTracking(); virtual void _ExportContent(); }; |