summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/oo3extensionmigration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/oo3extensionmigration.cxx')
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx
index e1e0f3880a17..414df39f06f9 100644
--- a/desktop/source/migration/services/oo3extensionmigration.cxx
+++ b/desktop/source/migration/services/oo3extensionmigration.cxx
@@ -59,7 +59,6 @@ OUString OO3ExtensionMigration_getImplementationName()
}
-
Sequence< OUString > OO3ExtensionMigration_getSupportedServiceNames()
{
return Sequence< OUString > { "com.sun.star.migration.Extensions" };
@@ -75,7 +74,6 @@ m_ctx(ctx)
}
-
OO3ExtensionMigration::~OO3ExtensionMigration()
{
}
@@ -292,7 +290,6 @@ void OO3ExtensionMigration::migrateExtension( const OUString& sSourceDir )
}
-
// XServiceInfo
@@ -302,7 +299,6 @@ OUString OO3ExtensionMigration::getImplementationName() throw (RuntimeException,
}
-
sal_Bool OO3ExtensionMigration::supportsService(OUString const & ServiceName)
throw (css::uno::RuntimeException, std::exception)
{
@@ -310,7 +306,6 @@ sal_Bool OO3ExtensionMigration::supportsService(OUString const & ServiceName)
}
-
Sequence< OUString > OO3ExtensionMigration::getSupportedServiceNames() throw (RuntimeException, std::exception)
{
return OO3ExtensionMigration_getSupportedServiceNames();
@@ -459,7 +454,6 @@ Reference< XInterface > SAL_CALL OO3ExtensionMigration_create(
}
-
} // namespace migration
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */