summaryrefslogtreecommitdiffstats
path: root/xmloff/source/meta/xmlversion.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta/xmlversion.cxx')
-rw-r--r--xmloff/source/meta/xmlversion.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx
index edd693a3b764..53f5801a0c83 100644
--- a/xmloff/source/meta/xmlversion.cxx
+++ b/xmloff/source/meta/xmlversion.cxx
@@ -427,27 +427,6 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con
return aVersions;
}
-uno::Sequence< OUString > SAL_CALL XMLVersionImExportOOO_getSupportedServiceNames()
- throw()
-{
- const OUString aServiceName(
- "com.sun.star.document.DocumentRevisionListPersistence" );
- const uno::Sequence< OUString > aSeq( &aServiceName, 1 );
- return aSeq;
-}
-
-OUString SAL_CALL XMLVersionImExportOOO_getImplementationName() throw()
-{
- return OUString( "XMLVersionImExportOOo" );
-}
-
-uno::Reference< uno::XInterface > SAL_CALL XMLVersionImExportOOO_createInstance(
- const uno::Reference< lang::XMultiServiceFactory > &)
- throw( uno::Exception )
-{
- return (cppu::OWeakObject*)new XMLVersionListPersistence;
-}
-
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
XMLVersionListPersistence_get_implementation(
css::uno::XComponentContext *,