summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/Formula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/Formula.hxx')
-rw-r--r--reportdesign/source/ui/inc/Formula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/Formula.hxx b/reportdesign/source/ui/inc/Formula.hxx
index 8ec93075b5b0..9271d68e5a15 100644
--- a/reportdesign/source/ui/inc/Formula.hxx
+++ b/reportdesign/source/ui/inc/Formula.hxx
@@ -64,7 +64,7 @@ public:
, const css::uno::Reference< css::lang::XMultiServiceFactory>& _xServiceFactory
, const std::shared_ptr< formula::IFunctionManager >& _pFunctionMgr
, const OUString& _sFormula
- , const css::uno::Reference < css::beans::XPropertySet >& _xRowSet
+ , css::uno::Reference < css::beans::XPropertySet > _xRowSet
, svl::SharedStringPool& rStrPool );
virtual ~FormulaDialog() override;