diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-04 11:57:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-05 06:40:10 +0000 |
commit | 3d6c84f2d9683b23c14fa5bf50ca4425cf4ceb04 (patch) | |
tree | bc18d71a94b1a9015d45155ad79179e61e6aa3c0 /sc/source/ui/inc/acredlin.hxx | |
parent | cedbc4031f26ea13b188a4ecc5b90cc9646095fb (diff) |
loplugin:constantparam
Change-Id: I1996319e5b664dff95f7a9b2346aea6092d333ec
Reviewed-on: https://gerrit.libreoffice.org/36070
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/acredlin.hxx')
-rw-r--r-- | sc/source/ui/inc/acredlin.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index f4bead09c04b..90525c51f356 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -119,15 +119,15 @@ protected: OUString* MakeTypeString(ScChangeActionType eType); - SvTreeListEntry* InsertChangeAction( + SvTreeListEntry* AppendChangeAction( const ScChangeAction* pScChangeAction,ScChangeActionState eState, SvTreeListEntry* pParent=nullptr,bool bDelMaster = false, - bool bDisabled = false,sal_uLong nPos = TREELIST_APPEND); + bool bDisabled = false); - SvTreeListEntry* InsertFilteredAction( + SvTreeListEntry* AppendFilteredAction( const ScChangeAction* pScChangeAction,ScChangeActionState eState, SvTreeListEntry* pParent = nullptr,bool bDelMaster = false, - bool bDisabled = false, sal_uLong nPos = TREELIST_APPEND); + bool bDisabled = false); SvTreeListEntry* InsertChangeActionContent(const ScChangeActionContent* pScChangeAction, SvTreeListEntry* pParent,sal_uLong nSpecial); |