summaryrefslogtreecommitdiff
path: root/forms/source/richtext/attributedispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/attributedispatcher.hxx')
-rw-r--r--forms/source/richtext/attributedispatcher.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/richtext/attributedispatcher.hxx b/forms/source/richtext/attributedispatcher.hxx
index b4e971f9cbb2..358a2df57513 100644
--- a/forms/source/richtext/attributedispatcher.hxx
+++ b/forms/source/richtext/attributedispatcher.hxx
@@ -58,16 +58,16 @@ namespace frm
virtual ~OAttributeDispatcher( );
// XDispatch
- virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL dispatch( const css::util::URL& URL, const css::uno::Sequence< css::beans::PropertyValue >& Arguments ) throw (css::uno::RuntimeException, std::exception) override;
// ITextAttributeListener
- virtual void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState ) SAL_OVERRIDE;
+ virtual void onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& _rState ) override;
// ORichTextFeatureDispatcher
- virtual void disposing( ::osl::ClearableMutexGuard& _rClearBeforeNotify ) SAL_OVERRIDE;
+ virtual void disposing( ::osl::ClearableMutexGuard& _rClearBeforeNotify ) override;
// ORichTextFeatureDispatcher
- virtual css::frame::FeatureStateEvent buildStatusEvent() const SAL_OVERRIDE;
+ virtual css::frame::FeatureStateEvent buildStatusEvent() const override;
// own overridables
virtual void fillFeatureEventFromAttributeState( css::frame::FeatureStateEvent& _rEvent, const AttributeState& _rState ) const;