diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:44:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-11 06:04:52 +0000 |
commit | b796b24793827583550279d40bfe565c66ad284d (patch) | |
tree | c727fbab95059956287850ac817d8f9c1bb422f4 /svtools/source/uno/treecontrolpeer.cxx | |
parent | a97e6990435bbc47be4a4f6f349404f438e2c315 (diff) |
loplugin:countusersofdefaultparams in svl..unodevtools
Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2
Reviewed-on: https://gerrit.libreoffice.org/28017
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/source/uno/treecontrolpeer.cxx')
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index bf334fac8993..053018ce06fa 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -87,7 +87,7 @@ public: virtual ~UnoTreeListBoxImpl(); virtual void dispose() override; - void insert( SvTreeListEntry* pEntry,SvTreeListEntry* pParent,sal_uLong nPos=TREELIST_APPEND ); + void insert( SvTreeListEntry* pEntry, SvTreeListEntry* pParent, sal_uLong nPos ); virtual void RequestingChildren( SvTreeListEntry* pParent ) override; |