diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-08 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-09 06:43:43 +0000 |
commit | 8bfcb53c3d1389632fc7f1eca53d73187a489dfa (patch) | |
tree | efb8d68fc4600ea7585290757f78866c061234bf /include/svx/sidebar | |
parent | 976a4803e4cca4c5104c0ed60544a91a50ada012 (diff) |
loplugin:constantparam in svx
Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa
Reviewed-on: https://gerrit.libreoffice.org/28746
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/ValueSetWithTextControl.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx index 9e991555caa1..20be24d51963 100644 --- a/include/svx/sidebar/ValueSetWithTextControl.hxx +++ b/include/svx/sidebar/ValueSetWithTextControl.hxx @@ -54,24 +54,18 @@ public: // add item for control type IMAGE_TEXT // if control type does not match IMAGE_TEXT no item is added. - // @param pSelectedItemImage - // selection item image is optional. if not provided, it is the same as the image item // @param pItemHelpText // help text is optional. if not provided, it is the same as the item text void AddItem( const Image& rItemImage, - const Image* pSelectedItemImage, const OUString& rItemText, const OUString* pItemHelpText ); // add item for control type TEXT_TEXT // if control type does not match TEXT_TEXT no item is added. - // @param pItemHelpText - // help text is optional. if not provided, it is the same as the item text void AddItem( const OUString& rItemText, - const OUString& rItemText2, - const OUString* pItemHelpText ); + const OUString& rItemText2 ); virtual void UserDraw( const UserDrawEvent& rUDEvt ) override; |