summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlTable.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlTable.hxx b/reportdesign/source/filter/xml/xmlTable.hxx
index 596148d05d95..4139d96ff877 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.hxx
@@ -79,7 +79,7 @@ namespace rptxml
void addCell(const css::uno::Reference< css::report::XReportComponent>& _xElement);
- inline css::uno::Reference< css::report::XSection > getSection() const { return m_xSection; }
+ const css::uno::Reference< css::report::XSection >& getSection() const { return m_xSection; }
};
} // namespace rptxml