From b36963c0a6a09f70ca6d8d607dd3249a3496497d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:04:04 +0200 Subject: Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 --- include/comphelper/asyncnotification.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/comphelper/asyncnotification.hxx') diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index 9775347ff46e..648fc2834547 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -105,7 +105,7 @@ namespace comphelper SAL_DLLPRIVATE virtual ~AsyncEventNotifier(); // Thread - SAL_DLLPRIVATE virtual void execute() SAL_OVERRIDE; + SAL_DLLPRIVATE virtual void execute() override; public: /** constructs a notifier thread @@ -123,7 +123,7 @@ namespace comphelper itself, it will return immediately, and the thread will be terminated as soon as the current notification is finished. */ - virtual void SAL_CALL terminate() SAL_OVERRIDE; + virtual void SAL_CALL terminate() override; /** adds an event to the queue, together with the instance which is responsible for processing it -- cgit