summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tplnedef.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 15:13:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 19:42:10 +0200
commit4a4412f70cd07baa8e67dd92dc1c403455bfe3a4 (patch)
tree89bf5afd5528229467b05548cbfd1cc59f5f25cf /cui/source/tabpages/tplnedef.cxx
parentee9e027de092b91e97e4d280f26bd8c73bae602a (diff)
loplugin:constparams in cui
Change-Id: I5f3e4ba8d953bbce22c3c359bb1c3ae2ac47eb1d Reviewed-on: https://gerrit.libreoffice.org/40593 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/tplnedef.cxx')
-rw-r--r--cui/source/tabpages/tplnedef.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx
index ab570642ef69..28984fa50ec7 100644
--- a/cui/source/tabpages/tplnedef.cxx
+++ b/cui/source/tabpages/tplnedef.cxx
@@ -353,7 +353,7 @@ IMPL_LINK( SvxLineDefTabPage, SelectLinestyleListBoxHdl_Impl, ListBox&, rListBox
SelectLinestyleHdl_Impl(&rListBox);
}
-void SvxLineDefTabPage::SelectLinestyleHdl_Impl(ListBox* p)
+void SvxLineDefTabPage::SelectLinestyleHdl_Impl(ListBox const * p)
{
if(pDashList->Count())
{