summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucb.hxx')
-rw-r--r--ucb/source/core/ucb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/ucb.hxx b/ucb/source/core/ucb.hxx
index 5904d7ca411b..ced7dfb39a35 100644
--- a/ucb/source/core/ucb.hxx
+++ b/ucb/source/core/ucb.hxx
@@ -62,7 +62,7 @@ class UniversalContentBroker :
{
public:
explicit UniversalContentBroker( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~UniversalContentBroker();
+ virtual ~UniversalContentBroker() override;
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )