summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlTable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-24 15:40:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-24 18:23:51 +0200
commit1c57c295e86676d9cfe5aa72f55dbd5d24cc7930 (patch)
tree55a5a4d81564357c50fe6f458e48e8cb0d1811cf /reportdesign/source/filter/xml/xmlTable.hxx
parent72412c5773152a8023530b9807a42d7588f76f2b (diff)
clang-tidy modernize-pass-by-value in reportdesign
Change-Id: I2c005a2f66139237cb1ebf09812f31fb08f53c90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136397 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 508ad5087166..c674bf14dd47 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.hxx
@@ -58,7 +58,7 @@ namespace rptxml
OXMLTable( ORptFilter& rImport
,const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList
- ,const css::uno::Reference< css::report::XSection >& _xSection
+ ,css::uno::Reference< css::report::XSection > _xSection
);
virtual ~OXMLTable() override;