summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msvbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter/msvbahelper.hxx')
-rw-r--r--include/filter/msfilter/msvbahelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index b5b3079dfcdf..a22f97aadd52 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -110,13 +110,13 @@ private:
OUString maProjectName;
};
-OUString SAL_CALL VBAMacroResolver_getImplementationName();
+OUString VBAMacroResolver_getImplementationName();
-css::uno::Sequence<OUString> SAL_CALL
+css::uno::Sequence<OUString>
VBAMacroResolver_getSupportedServiceNames();
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL
+css::uno::Reference<css::uno::XInterface>
VBAMacroResolver_createInstance(
css::uno::Reference<css::uno::XComponentContext > const & rxContext);