summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index f2aa1f0be2dd..cc5d93f3f4aa 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -136,7 +136,7 @@ class GridFieldValueListener : protected ::comphelper::OPropertyChangeListener
public:
GridFieldValueListener(DbGridControl& _rParent, const Reference< XPropertySet >& xField, sal_uInt16 _nId);
- virtual ~GridFieldValueListener();
+ virtual ~GridFieldValueListener() override;
virtual void _propertyChanged(const PropertyChangeEvent& evt) throw( RuntimeException ) override;
@@ -197,7 +197,7 @@ class DisposeListenerGridBridge : public FmXDisposeListener
public:
DisposeListenerGridBridge( DbGridControl& _rParent, const Reference< XComponent >& _rxObject);
- virtual ~DisposeListenerGridBridge();
+ virtual ~DisposeListenerGridBridge() override;
virtual void disposing(const EventObject& _rEvent, sal_Int16 _nId) throw( RuntimeException ) override { m_rParent.disposing(_nId, _rEvent); }
};