From 008199ee75ed4edc250270628f6e6cb1677dbbc9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Aug 2017 16:08:30 +0200 Subject: loplugin:constparam in various Change-Id: I6821a3946f2e8fabf26558a84370c16ac8827fed Reviewed-on: https://gerrit.libreoffice.org/41721 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/unit/ucalc.cxx') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 41b6c32038d4..f0ea8169412b 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -299,7 +299,7 @@ void Test::testSharedStringPoolUndoDoc() { struct { - bool check( ScDocument& rSrcDoc, ScDocument& rCopyDoc ) + bool check( const ScDocument& rSrcDoc, ScDocument& rCopyDoc ) { // Copy A1:A4 to the undo document. for (SCROW i = 0; i <= 4; ++i) -- cgit