From 4fbc246c7021248e4e9689f59b030b4b8f526954 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Jun 2021 12:17:15 +0200 Subject: loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeight Change-Id: Ia42158597588fe802a2f06a6e8e59f372c62c022 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117031 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/SvxColorValueSet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/SvxColorValueSet.hxx b/include/svx/SvxColorValueSet.hxx index dd8f93348153..1872b58fdf04 100644 --- a/include/svx/SvxColorValueSet.hxx +++ b/include/svx/SvxColorValueSet.hxx @@ -41,7 +41,7 @@ public: void addEntriesForXColorList(const XColorList& rXColorList, sal_uInt32 nStartIndex = 1); void addEntriesForColorSet(const std::set& rColorSet, const OUString& rNamePrefix); Size layoutAllVisible(sal_uInt32 nEntryCount); - Size layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount); + void layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount); virtual FactoryFunction GetUITestFactory() const override; }; -- cgit