diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 10:11:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 10:11:26 +0100 |
commit | 22fa5972ec970bc537191cf543f2d4f90cee02fa (patch) | |
tree | 1768d4a4b54ba7bcc49639dce5be2836ad391a94 /xmloff | |
parent | 7b2d8deef6580fb28adc02ab2d0fa1b43142543d (diff) |
loplugin:unreffun
Change-Id: If023e3916c7d2fa7f22958304606a2eec418fcf7
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/MetaExportComponent.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx index 7e5d78f1812a..e2cf7a0ddd70 100644 --- a/xmloff/source/meta/MetaExportComponent.cxx +++ b/xmloff/source/meta/MetaExportComponent.cxx @@ -188,25 +188,6 @@ void XMLMetaExportComponent::_ExportAutoStyles() {} void XMLMetaExportComponent::_ExportMasterStyles() {} void XMLMetaExportComponent::_ExportContent() {} - -uno::Sequence< OUString > SAL_CALL XMLMetaExportComponent_getSupportedServiceNames() - throw() -{ - return uno::Sequence< OUString > { "com.sun.star.document.XMLOasisMetaExporter" }; -} - -OUString SAL_CALL XMLMetaExportComponent_getImplementationName() throw() -{ - return OUString( "XMLMetaExportComponent" ); -} - -uno::Reference< uno::XInterface > SAL_CALL XMLMetaExportComponent_createInstance( - const uno::Reference< lang::XMultiServiceFactory > & rSMgr) - throw( uno::Exception ) -{ - return static_cast<cppu::OWeakObject*>(new XMLMetaExportComponent( comphelper::getComponentContext(rSMgr), XMLMetaExportComponent_getImplementationName(), SvXMLExportFlags::META|SvXMLExportFlags::OASIS)); -} - uno::Sequence< OUString > SAL_CALL XMLMetaExportOOO_getSupportedServiceNames() throw() { |