From 849fb80648a95048e20f54d9411b7f7b405eaa25 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Mar 2014 16:05:48 +0100 Subject: Mark overriding OInteraction class template member function as SAL_OVERRIDE Change-Id: I1fe694c38b583b9169ee246cdcb9cbeb9bd31542 --- include/comphelper/interaction.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index 20317729ae6b..9fbfb2d849f7 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -73,7 +73,7 @@ namespace comphelper OInteraction() { } // XInteractionContinuation - virtual void SAL_CALL select( ) throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL select( ) throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; }; -- cgit