summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-03 15:53:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-04 08:31:32 +0200
commit9d0fcedaecc84c147f19c88bac1469b359eab16e (patch)
treed14c4704475bc1f86915ad020752bb940631c8e0
parentb905edf6d5db8981a3b204c57f854040d1c9b561 (diff)
Remove odd, unused com.sun.star.comp.ooxpptx service name
Change-Id: I746e1fa25137db786f82dda50bfa4b497e94cefd
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx4
-rw-r--r--sd/util/sdfilt.component4
2 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index ba04809775e1..2535689a39ff 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -2141,9 +2141,7 @@ OUString SAL_CALL PowerPointExport_getImplementationName() throw()
uno::Sequence< OUString > SAL_CALL PowerPointExport_getSupportedServiceNames() throw()
{
- const OUString aServiceName( "com.sun.star.comp.ooxpptx" );
- const Sequence< OUString > aSeq( &aServiceName, 1 );
- return aSeq;
+ return Sequence< OUString >();
}
uno::Reference< uno::XInterface > SAL_CALL PowerPointExport_createInstance(const uno::Reference< XComponentContext > & rxCtxt ) throw( uno::Exception )
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component
index 3b1d3b0fb62b..83a3ad1971e7 100644
--- a/sd/util/sdfilt.component
+++ b/sd/util/sdfilt.component
@@ -9,7 +9,5 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" prefix="sdfilt"
xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport">
- <service name="com.sun.star.comp.ooxpptx"/>
- </implementation>
+ <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"/>
</component>