summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/oo3extensionmigration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/oo3extensionmigration.hxx')
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx
index c237f54020d3..62eb936dccdb 100644
--- a/desktop/source/migration/services/oo3extensionmigration.hxx
+++ b/desktop/source/migration/services/oo3extensionmigration.hxx
@@ -46,9 +46,9 @@ class INetURLObject;
namespace migration
{
- OUString SAL_CALL OO3ExtensionMigration_getImplementationName();
- css::uno::Sequence< OUString > SAL_CALL OO3ExtensionMigration_getSupportedServiceNames();
- css::uno::Reference< css::uno::XInterface > SAL_CALL OO3ExtensionMigration_create(
+ OUString OO3ExtensionMigration_getImplementationName();
+ css::uno::Sequence< OUString > OO3ExtensionMigration_getSupportedServiceNames();
+ css::uno::Reference< css::uno::XInterface > OO3ExtensionMigration_create(
css::uno::Reference< css::uno::XComponentContext > const & xContext );