summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.hxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx
index f67ee4a09c63..3f35df98268e 100644
--- a/extensions/source/bibliography/formcontrolcontainer.hxx
+++ b/extensions/source/bibliography/formcontrolcontainer.hxx
@@ -40,7 +40,7 @@ namespace bib
protected:
FormControlContainer( );
- virtual ~FormControlContainer( );
+ virtual ~FormControlContainer( ) override;
bool isFormConnected() const { return nullptr != m_pFormAdapter; }
void connectForm( const css::uno::Reference< css::form::XLoadable >& _rxForm );