From aad6e593f7e856f716de57304e007fec789e37eb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 10 Dec 2017 23:21:52 +0100 Subject: loplugin:salcall (clang-cl) Change-Id: I31018af8d992c9496f01a72925e24d9b362e340d Reviewed-on: https://gerrit.libreoffice.org/46204 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- embedserv/source/inc/intercept.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embedserv/source/inc/intercept.hxx') diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index 6c8187cf8edb..ab3fb63cad8f 100644 --- a/embedserv/source/inc/intercept.hxx +++ b/embedserv/source/inc/intercept.hxx @@ -59,16 +59,16 @@ public: // XComponent /// @throws css::uno::RuntimeException - virtual void SAL_CALL + virtual void addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListener ); /// @throws css::uno::RuntimeException - virtual void SAL_CALL + virtual void removeEventListener( const css::uno::Reference< css::lang::XEventListener >& aListener ); /// @throws css::uno::RuntimeException - void SAL_CALL + void dispose(); -- cgit v1.2.3