From 2da435922f9c1fcf52eb0c1eb3d6f73581e9f793 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Sep 2018 19:00:54 +0200 Subject: loplugin:constantparam Change-Id: Ia11bf93768d5f722b7fe62df15f24809cb7e7f04 Reviewed-on: https://gerrit.libreoffice.org/60280 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/valueset.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svtools/valueset.hxx') diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index b1d8596eced6..f9499d2d0398 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -507,9 +507,9 @@ public: void SetOptimalSize(); - /// Insert @rImage item with @rStr as either a legend or tooltip depending on @bShowLegend. + /// Insert @rImage item with @rStr as a tooltip void InsertItem(sal_uInt16 nItemId, const Image& rImage, - const OUString& rStr, size_t nPos = VALUESET_APPEND, bool bShowLegend = false); + const OUString& rStr, size_t nPos = VALUESET_APPEND); /// Insert an @rColor item with @rStr tooltip. void InsertItem(sal_uInt16 nItemId, const Color& rColor, const OUString& rStr); -- cgit v1.2.3