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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx
index 993153c3f6e7..852ef16efb64 100644
--- a/desktop/source/migration/services/oo3extensionmigration.cxx
+++ b/desktop/source/migration/services/oo3extensionmigration.cxx
@@ -54,9 +54,9 @@ static OUString sSubDirName( "cache" );
static OUString sDescriptionXmlFile( "/description.xml" );
static OUString sExtensionRootSubDirName( "/uno_packages" );
-// =============================================================================
+
// component operations
-// =============================================================================
+
OUString OO3ExtensionMigration_getImplementationName()
{
@@ -91,9 +91,9 @@ Sequence< OUString > OO3ExtensionMigration_getSupportedServiceNames()
return *pNames;
}
-// =============================================================================
+
// ExtensionMigration
-// =============================================================================
+
OO3ExtensionMigration::OO3ExtensionMigration(Reference< XComponentContext > const & ctx) :
m_ctx(ctx)
@@ -479,9 +479,9 @@ void TmpRepositoryCommandEnv::pop() throw (uno::RuntimeException, std::exception
{
}
-// =============================================================================
+
// component operations
-// =============================================================================
+
Reference< XInterface > SAL_CALL OO3ExtensionMigration_create(
Reference< XComponentContext > const & ctx )