diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-08 09:23:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-08 09:23:40 +0200 |
commit | 579426f798580093214fa8a7cc648318642c7e12 (patch) | |
tree | 1e4b543a9010134e384d43d2bbbd1a97e3f3725b /sw/source/uibase/utlui/glbltree.cxx | |
parent | 847e004e65ec3c35acff607588d15cd75a84f121 (diff) |
loplugin:constantparam in sw
Change-Id: Ic49d1c3c7b57fb213964ddc21b0f774c762aad94
Diffstat (limited to 'sw/source/uibase/utlui/glbltree.cxx')
-rw-r--r-- | sw/source/uibase/utlui/glbltree.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index 71a8dd5eeed9..1a0a5a2810a4 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx @@ -894,7 +894,6 @@ void SwGlobalTree::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) this, aSet, *pActiveShell, nullptr, - USHRT_MAX, true)); assert(pDlg && "Dialog creation failed!"); if(RET_OK == pDlg->Execute()) |