Kaydet (Commit) 9d0fceda authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove odd, unused com.sun.star.comp.ooxpptx service name

Change-Id: I746e1fa25137db786f82dda50bfa4b497e94cefd
üst b905edf6
...@@ -2141,9 +2141,7 @@ OUString SAL_CALL PowerPointExport_getImplementationName() throw() ...@@ -2141,9 +2141,7 @@ OUString SAL_CALL PowerPointExport_getImplementationName() throw()
uno::Sequence< OUString > SAL_CALL PowerPointExport_getSupportedServiceNames() throw() uno::Sequence< OUString > SAL_CALL PowerPointExport_getSupportedServiceNames() throw()
{ {
const OUString aServiceName( "com.sun.star.comp.ooxpptx" ); return Sequence< OUString >();
const Sequence< OUString > aSeq( &aServiceName, 1 );
return aSeq;
} }
uno::Reference< uno::XInterface > SAL_CALL PowerPointExport_createInstance(const uno::Reference< XComponentContext > & rxCtxt ) throw( uno::Exception ) uno::Reference< uno::XInterface > SAL_CALL PowerPointExport_createInstance(const uno::Reference< XComponentContext > & rxCtxt ) throw( uno::Exception )
......
...@@ -9,7 +9,5 @@ ...@@ -9,7 +9,5 @@
--> -->
<component loader="com.sun.star.loader.SharedLibrary" prefix="sdfilt" <component loader="com.sun.star.loader.SharedLibrary" prefix="sdfilt"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"> <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"/>
<service name="com.sun.star.comp.ooxpptx"/>
</implementation>
</component> </component>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment