summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblrwcl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-08 09:23:17 +0200
committerNoel Grandin <noel@peralex.com>2016-09-08 09:23:40 +0200
commit579426f798580093214fa8a7cc648318642c7e12 (patch)
tree1e4b543a9010134e384d43d2bbbd1a97e3f3725b /sw/source/core/doc/tblrwcl.cxx
parent847e004e65ec3c35acff607588d15cd75a84f121 (diff)
loplugin:constantparam in sw
Change-Id: Ic49d1c3c7b57fb213964ddc21b0f774c762aad94
Diffstat (limited to 'sw/source/core/doc/tblrwcl.cxx')
-rw-r--r--sw/source/core/doc/tblrwcl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 1b21c1b626a2..e0f13cc007cc 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -1371,8 +1371,8 @@ struct InsULPara
InsULPara( SwTableNode* pTNd,
SwTableBox* pLeft,
- SwTableLine* pLine=nullptr, SwTableBox* pBox=nullptr )
- : pTableNd( pTNd ), pInsLine( pLine ), pInsBox( pBox ),
+ SwTableLine* pLine=nullptr )
+ : pTableNd( pTNd ), pInsLine( pLine ), pInsBox( nullptr ),
pLeftBox( pLeft )
{ bUL_LR = true; bUL = true; }