summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/inc/SectionWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/SectionWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/SectionWindow.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/inc/SectionWindow.hxx b/reportdesign/source/ui/inc/SectionWindow.hxx
index cc8245eae261..fd3669426b93 100644
--- a/reportdesign/source/ui/inc/SectionWindow.hxx
+++ b/reportdesign/source/ui/inc/SectionWindow.hxx
@@ -85,19 +85,19 @@ namespace rptui
DECL_LINK_TYPED(EndSplitHdl, Splitter*, void);
- virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
// Window overrides
- virtual void Resize() SAL_OVERRIDE;
+ virtual void Resize() override;
protected:
virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent)
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
public:
OSectionWindow( OViewsWindow* _pParent
,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
,const OUString& _sColorEntry);
virtual ~OSectionWindow();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
inline OStartMarker& getStartMarker() { return *m_aStartMarker.get(); }
inline OReportSection& getReportSection() { return *m_aReportSection.get(); }