summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ReportController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ReportController.hxx')
-rw-r--r--reportdesign/source/ui/inc/ReportController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index 4082efb9766a..c26355ab6d29 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -431,7 +431,7 @@ namespace rptui
The caller is allowed to hold a reference to the RowSet - it is kept alive as long
as the controller lives, and it's settings will follow the report definition's settings.
*/
- css::uno::Reference< css::sdbc::XRowSet > getRowSet();
+ css::uno::Reference< css::sdbc::XRowSet > const & getRowSet();
/** returns the number formatter
*/
@@ -460,7 +460,7 @@ namespace rptui
OSectionWindow* getSectionWindow(const css::uno::Reference< css::report::XSection>& _xSection) const;
- css::uno::Reference< css::container::XNameAccess > getColumns() const;
+ css::uno::Reference< css::container::XNameAccess > const & getColumns() const;
OUString getColumnLabel_throw(const OUString& i_sColumnName) const;
SfxUndoManager& getUndoManager() const;