summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/swfuno.hxx')
-rw-r--r--filter/source/flash/swfuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/flash/swfuno.hxx b/filter/source/flash/swfuno.hxx
index e1a0fd7243e7..caa304868509 100644
--- a/filter/source/flash/swfuno.hxx
+++ b/filter/source/flash/swfuno.hxx
@@ -41,11 +41,11 @@ namespace swf {
OUString FlashExportFilter_getImplementationName();
/// @throws css::uno::RuntimeException
-css::uno::Sequence<OUString> SAL_CALL
+css::uno::Sequence<OUString>
FlashExportFilter_getSupportedServiceNames();
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL
+css::uno::Reference<css::uno::XInterface>
FlashExportFilter_createInstance(
css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
@@ -55,10 +55,10 @@ FlashExportFilter_createInstance(
OUString SWFDialog_getImplementationName ();
/// @throws css::uno::RuntimeException
-css::uno::Sequence<OUString> SAL_CALL SWFDialog_getSupportedServiceNames();
+css::uno::Sequence<OUString> SWFDialog_getSupportedServiceNames();
/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> SAL_CALL SWFDialog_createInstance(
+css::uno::Reference<css::uno::XInterface> SWFDialog_createInstance(
css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
#endif