summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/FeatureCommandDispatchBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/FeatureCommandDispatchBase.hxx')
-rw-r--r--chart2/source/controller/main/FeatureCommandDispatchBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx
index 92344a192073..f6611e5ec4e8 100644
--- a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx
+++ b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx
@@ -55,7 +55,7 @@ public:
virtual ~FeatureCommandDispatchBase();
// late initialisation, especially for adding as listener
- virtual void initialize() SAL_OVERRIDE;
+ virtual void initialize() override;
virtual bool isFeatureSupported( const OUString& rCommandURL );
@@ -63,10 +63,10 @@ protected:
// XDispatch
virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& URL,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Arguments )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
virtual void fireStatusEvent( const OUString& rURL,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xSingleListener ) SAL_OVERRIDE;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xSingleListener ) override;
// state of a feature
virtual FeatureState getState( const OUString& rCommand ) = 0;