summaryrefslogtreecommitdiff
path: root/vcl/inc/PriorityMergedHBox.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-11-21 14:36:47 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-11-22 00:16:01 +0100
commitde426177dcf08925b0a12b437ceb4d0a1eae006e (patch)
treef87479ed35ecb0e5bec0fca4329a2a5c3179df63 /vcl/inc/PriorityMergedHBox.hxx
parentd723ef639216c0e8e2b82f99bcf2eaf3d6a19c90 (diff)
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 <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/PriorityMergedHBox.hxx')
-rw-r--r--vcl/inc/PriorityMergedHBox.hxx2
1 files changed, 1 insertions, 1 deletions
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;