summaryrefslogtreecommitdiff
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 fda4807f734f..fefc2d7d5ac2 100644
--- a/reportdesign/source/ui/inc/SectionWindow.hxx
+++ b/reportdesign/source/ui/inc/SectionWindow.hxx
@@ -98,10 +98,10 @@ namespace rptui
virtual ~OSectionWindow() override;
virtual void dispose() override;
- inline OStartMarker& getStartMarker() { return *m_aStartMarker.get(); }
- inline OReportSection& getReportSection() { return *m_aReportSection.get(); }
- inline OEndMarker& getEndMarker() { return *m_aEndMarker.get(); }
- inline OViewsWindow* getViewsWindow() { return m_pParent; }
+ OStartMarker& getStartMarker() { return *m_aStartMarker.get(); }
+ OReportSection& getReportSection() { return *m_aReportSection.get(); }
+ OEndMarker& getEndMarker() { return *m_aEndMarker.get(); }
+ OViewsWindow* getViewsWindow() { return m_pParent; }
void setCollapsed(bool _bCollapsed);