summaryrefslogtreecommitdiff
path: root/ucb/source/core/identify.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/identify.hxx')
-rw-r--r--ucb/source/core/identify.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/core/identify.hxx b/ucb/source/core/identify.hxx
index a17742e10cef..a835ffaef4e4 100644
--- a/ucb/source/core/identify.hxx
+++ b/ucb/source/core/identify.hxx
@@ -34,9 +34,9 @@ public:
// XContentIdentifier
virtual OUString SAL_CALL getContentIdentifier()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL getContentProviderScheme()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
private:
OUString m_aContentId;