summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 3ba10aac8047..c8d1b4c61595 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -56,7 +56,7 @@ private:
css::uno::Reference< css::frame::XDispatchProviderInterception > xInterception;
protected:
- virtual ~BibInterceptorHelper( );
+ virtual ~BibInterceptorHelper( ) override;
public:
BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, css::uno::Reference< css::frame::XDispatch > const & xDispatch);
@@ -124,7 +124,7 @@ protected:
public:
BibDataManager();
- virtual ~BibDataManager();
+ virtual ~BibDataManager() override;
virtual void SAL_CALL propertyChange(const css::beans::PropertyChangeEvent& evt)
throw( css::uno::RuntimeException, std::exception ) override;