summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/DrawCommandDispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/DrawCommandDispatch.hxx')
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/chart2/source/controller/main/DrawCommandDispatch.hxx b/chart2/source/controller/main/DrawCommandDispatch.hxx
index c1def595af56..0c6cf619cdfa 100644
--- a/chart2/source/controller/main/DrawCommandDispatch.hxx
+++ b/chart2/source/controller/main/DrawCommandDispatch.hxx
@@ -39,29 +39,29 @@ public:
virtual ~DrawCommandDispatch();
// late initialisation, especially for adding as listener
- virtual void initialize() SAL_OVERRIDE;
+ virtual void initialize() override;
- virtual bool isFeatureSupported( const OUString& rCommandURL ) SAL_OVERRIDE;
+ virtual bool isFeatureSupported( const OUString& rCommandURL ) override;
void setAttributes( SdrObject* pObj );
void setLineEnds( SfxItemSet& rAttr );
protected:
// WeakComponentImplHelperBase
- virtual void SAL_CALL disposing() SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() override;
// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override;
// state of a feature
- virtual FeatureState getState( const OUString& rCommand ) SAL_OVERRIDE;
+ virtual FeatureState getState( const OUString& rCommand ) override;
// execute a feature
- virtual void execute( const OUString& rCommand, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs ) SAL_OVERRIDE;
+ virtual void execute( const OUString& rCommand, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs ) override;
// all the features which should be handled by this class
- virtual void describeSupportedFeatures() SAL_OVERRIDE;
+ virtual void describeSupportedFeatures() override;
private:
void setInsertObj( sal_uInt16 eObj );