summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltlst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/fltlst.hxx')
-rw-r--r--sfx2/source/bastyp/fltlst.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx
index bf4d348a0e44..29f0c3bb88fe 100644
--- a/sfx2/source/bastyp/fltlst.hxx
+++ b/sfx2/source/bastyp/fltlst.hxx
@@ -42,10 +42,10 @@ class SfxFilterListener final
public:
// XRefreshListener
/// @throws css::uno::RuntimeException
- void SAL_CALL refreshed( const css::lang::EventObject& aSource );
+ void refreshed( const css::lang::EventObject& aSource );
// XEventListener
/// @throws css::uno::RuntimeException
- void SAL_CALL disposing( const css::lang::EventObject& aSource );
+ void disposing( const css::lang::EventObject& aSource );
};