summaryrefslogtreecommitdiff
path: root/include/comphelper/stillreadwriteinteraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/stillreadwriteinteraction.hxx')
-rw-r--r--include/comphelper/stillreadwriteinteraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/stillreadwriteinteraction.hxx b/include/comphelper/stillreadwriteinteraction.hxx
index 2ac131c0bade..ec68f7ff155f 100644
--- a/include/comphelper/stillreadwriteinteraction.hxx
+++ b/include/comphelper/stillreadwriteinteraction.hxx
@@ -51,7 +51,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > m_xAuthenticationHandler;
virtual ucbhelper::InterceptedInteraction::EInterceptionState intercepted(const ::ucbhelper::InterceptedInteraction::InterceptedRequest& aRequest,
- const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest) SAL_OVERRIDE;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest) override;
};
}