summaryrefslogtreecommitdiff
path: root/reportdesign/inc/UndoActions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/UndoActions.hxx')
-rw-r--r--reportdesign/inc/UndoActions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 883d409f9e93..4b52aeef31fb 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -64,7 +64,7 @@ namespace rptui
}
css::uno::Reference< css::report::XSection > getHeader() { return m_xGroup->getHeader(); }
css::uno::Reference< css::report::XSection > getFooter() { return m_xGroup->getFooter(); }
- const css::uno::Reference< css::report::XGroup >& getGroup() { return m_xGroup; }
+ const css::uno::Reference< css::report::XGroup >& getGroup() const { return m_xGroup; }
bool getHeaderOn() { return m_xGroup->getHeaderOn(); }
bool getFooterOn() { return m_xGroup->getFooterOn(); }