diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-05 11:21:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-07 13:32:30 +0200 |
commit | 5b112c8f8843613873181fce50990a8feef837ca (patch) | |
tree | 9ebd9d01d49a0c6a058de954dc167fd4ccb4ff5c /sc/source/ui/vba/vbapivottable.hxx | |
parent | 799753cb80f4c81a6e87bf016924e0f2a29f03f0 (diff) |
clang-tidy modernize-pass-by-value in sc
Change-Id: Ia7ff651d1cbc119b36a9f8052594d03650988f59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137848
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/vba/vbapivottable.hxx')
-rw-r--r-- | sc/source/ui/vba/vbapivottable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbapivottable.hxx b/sc/source/ui/vba/vbapivottable.hxx index 3d3392168f6b..c584ebecf119 100644 --- a/sc/source/ui/vba/vbapivottable.hxx +++ b/sc/source/ui/vba/vbapivottable.hxx @@ -30,7 +30,7 @@ class ScVbaPivotTable : public PivotTableImpl_BASE public: ScVbaPivotTable(const css::uno::Reference<css::uno::XComponentContext>& xContext, - const css::uno::Reference<css::sheet::XDataPilotTable>& xTable); + css::uno::Reference<css::sheet::XDataPilotTable> xTable); virtual css::uno::Reference<ov::excel::XPivotCache> SAL_CALL PivotCache() override; // XHelperInterface virtual OUString getServiceImplName() override; |