summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/basicmigration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/basicmigration.hxx')
-rw-r--r--desktop/source/migration/services/basicmigration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/services/basicmigration.hxx b/desktop/source/migration/services/basicmigration.hxx
index d2d18463b297..8a0c45f664e1 100644
--- a/desktop/source/migration/services/basicmigration.hxx
+++ b/desktop/source/migration/services/basicmigration.hxx
@@ -37,9 +37,9 @@ namespace migration
{
- OUString SAL_CALL BasicMigration_getImplementationName();
- css::uno::Sequence< OUString > SAL_CALL BasicMigration_getSupportedServiceNames();
- css::uno::Reference< css::uno::XInterface > SAL_CALL BasicMigration_create(
+ OUString BasicMigration_getImplementationName();
+ css::uno::Sequence< OUString > BasicMigration_getSupportedServiceNames();
+ css::uno::Reference< css::uno::XInterface > BasicMigration_create(
css::uno::Reference< css::uno::XComponentContext > const & xContext );