From 0528012fd0dc4b93645ef7790b0db9d1cecbae66 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Feb 2020 10:05:12 +0200 Subject: loplugin:constantparam Change-Id: If2dee122bf07dc179fd8f6e766442ec1891a5f3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87845 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/DescriptionGenerator.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/svx') diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index a2526539da02..7ee67c9104ff 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -122,13 +122,11 @@ private: /** Add a property value formatted as color to the description string. */ - void AddColor (const OUString& sPropertyName, - const OUString& sLocalizedName); + void AddColor (const OUString& sPropertyName); /** Add a property value formatted as integer to the description string. */ - void AddInteger (const OUString& sPropertyName, - const OUString& sLocalizedName); + void AddInteger (const OUString& sPropertyName); }; -- cgit