Kaydet (Commit) 849fb806 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mark overriding OInteraction class template member function as SAL_OVERRIDE

Change-Id: I1fe694c38b583b9169ee246cdcb9cbeb9bd31542
üst 92e72748
...@@ -73,7 +73,7 @@ namespace comphelper ...@@ -73,7 +73,7 @@ namespace comphelper
OInteraction() { } OInteraction() { }
// XInteractionContinuation // 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;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment