summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-07 09:42:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-07 10:28:24 +0200
commit0582346a1ab5ec8d1b81ea3fef1e40db60c90823 (patch)
tree71e2cb1f96dceddbbe3457aede6bc28b098ff02b /sw/source/uibase/table
parentsw: prefix members of SwNoTextNode (diff)
downloadcore-0582346a1ab5ec8d1b81ea3fef1e40db60c90823.tar.gz
core-0582346a1ab5ec8d1b81ea3fef1e40db60c90823.zip
loplugin:constparams in sw part8
Change-Id: I0fb51270da4b8f3049f1af2c2c788e516b3641e8 Reviewed-on: https://gerrit.libreoffice.org/40821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index eacb935046e0..6a8a9c28927c 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -189,7 +189,7 @@ void SwTableFUNC::UpdateChart()
}
uno::Reference< frame::XModel > SwTableFUNC::InsertChart(
- uno::Reference< chart2::data::XDataProvider > &rxDataProvider,
+ uno::Reference< chart2::data::XDataProvider > const &rxDataProvider,
bool bFillWithData,
const OUString &rCellRange,
SwFlyFrameFormat** ppFlyFrameFormat )