From de426177dcf08925b0a12b437ceb4d0a1eae006e Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 21 Nov 2024 14:36:47 +0100 Subject: notebookbar: Drop PriorityHBox::GetHiddenCount The method is only used in the PriorityMergedHBox subclass, which overrides the method anyway, so drop the base class implementation. Change-Id: If2c11377b1ca0ac0f3c6cd4fec9890cdcbbce0ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176929 Reviewed-by: Michael Weghorn Tested-by: Jenkins --- vcl/inc/PriorityMergedHBox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/PriorityMergedHBox.hxx') diff --git a/vcl/inc/PriorityMergedHBox.hxx b/vcl/inc/PriorityMergedHBox.hxx index ed2f105f20f4..c464f0dbdc85 100644 --- a/vcl/inc/PriorityMergedHBox.hxx +++ b/vcl/inc/PriorityMergedHBox.hxx @@ -38,7 +38,7 @@ public: virtual void dispose() override; - int GetHiddenCount() const override; + int GetHiddenCount() const; Size calculateRequisition() const override; -- cgit