summaryrefslogtreecommitdiff
path: root/svtools/source/uno/fpicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/fpicker.cxx')
-rw-r--r--svtools/source/uno/fpicker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/fpicker.cxx b/svtools/source/uno/fpicker.cxx
index cab3e3a95db1..8db886d5cd1f 100644
--- a/svtools/source/uno/fpicker.cxx
+++ b/svtools/source/uno/fpicker.cxx
@@ -99,7 +99,7 @@ Reference< css::uno::XInterface > FilePicker_CreateInstance (
return xResult;
}
-OUString SAL_CALL FilePicker_getImplementationName()
+OUString FilePicker_getImplementationName()
{
return OUString("com.sun.star.comp.svt.FilePicker");
}
@@ -168,7 +168,7 @@ Reference< css::uno::XInterface > FolderPicker_CreateInstance (
return xResult;
}
-OUString SAL_CALL FolderPicker_getImplementationName()
+OUString FolderPicker_getImplementationName()
{
return OUString("com.sun.star.comp.svt.FolderPicker");
}