summaryrefslogtreecommitdiff
path: root/unotools/source/misc/ServiceDocumenter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/ServiceDocumenter.hxx')
-rw-r--r--unotools/source/misc/ServiceDocumenter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/ServiceDocumenter.hxx b/unotools/source/misc/ServiceDocumenter.hxx
index fd62461ba15b..b600c5ff03be 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -37,7 +37,7 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
virtual void SAL_CALL showInterfaceDocs( const ::css::uno::Reference< ::css::lang::XTypeProvider >& xTypeProvider ) throw (css::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL showCoreDocs( const ::css::uno::Reference< ::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~ServiceDocumenter()
+ virtual ~ServiceDocumenter() override
{};
private:
css::uno::Reference< css::uno::XComponentContext> m_xContext;