summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WeakListenerAdapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WeakListenerAdapter.hxx')
-rw-r--r--chart2/source/inc/WeakListenerAdapter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/WeakListenerAdapter.hxx b/chart2/source/inc/WeakListenerAdapter.hxx
index 5e971f1b77ac..2d215e35ecd1 100644
--- a/chart2/source/inc/WeakListenerAdapter.hxx
+++ b/chart2/source/inc/WeakListenerAdapter.hxx
@@ -90,7 +90,7 @@ public:
protected:
// ____ XModifyListener ____
virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
};
class WeakSelectionChangeListenerAdapter :
@@ -105,7 +105,7 @@ protected:
// ____ XSelectionChangeListener ____
virtual void SAL_CALL selectionChanged(
const ::com::sun::star::lang::EventObject& aEvent )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
};
} // namespace chart