diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 16:05:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:24 +0100 |
commit | 849fb80648a95048e20f54d9411b7f7b405eaa25 (patch) | |
tree | 07d17ba8264a4b871ce8ba9e9bae24467a51ab9c /include | |
parent | 92e7274891966c95b827793b599dc094ddd48c5e (diff) |
Mark overriding OInteraction class template member function as SAL_OVERRIDE
Change-Id: I1fe694c38b583b9169ee246cdcb9cbeb9bd31542
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/interaction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |