diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-06 15:32:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-06 18:37:07 +0200 |
commit | 4bc31abb56f806ee399344160ce0d7c27af48f5e (patch) | |
tree | b8e7f2de6eb05959efee47bd0ba8bd5adc854e94 /sc/source/ui/dbgui | |
parent | 9bf762769826a872e196051a9ec0540a598973de (diff) |
loplugin:const* make some params and methods const
Change-Id: If621bb2585fda4afef4be9a189c7f4c00008d358
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104029
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/csvruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/csvruler.cxx b/sc/source/ui/dbgui/csvruler.cxx index e686537ad68e..94e733ee7c1b 100644 --- a/sc/source/ui/dbgui/csvruler.cxx +++ b/sc/source/ui/dbgui/csvruler.cxx @@ -90,7 +90,7 @@ static void save_FixedWidthList(const ScCsvSplits& rSplits) aItem.PutProperties(aNames, aValues); } -ScCsvRuler::ScCsvRuler(ScCsvLayoutData& rData, ScCsvTableBox* pTableBox) +ScCsvRuler::ScCsvRuler(const ScCsvLayoutData& rData, ScCsvTableBox* pTableBox) : ScCsvControl(rData) , mpTableBox(pTableBox) , mnPosCursorLast(1) |