summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin Luth <jluth@mail.com>2024-02-26 11:09:59 -0500
committerAndras Timar <andras.timar@collabora.com>2024-03-07 13:54:19 +0100
commitc9349591f9c479eb572eb79dfa549cdd4bb31329 (patch)
tree576a586137e29a1a5545275f537b7e42a5ddb9de /include
parente73b473c42b381eb0be86096eb9e5593bb387cb2 (diff)
tdf#159865 Revert "tdf#136905 NBB: let ValueSetWithTextControl set optimal"
...height This reverts my 24.2 commit 1876feb8a8805b2f80537e2828c152ccbdf67fe2. Change-Id: I70c3668393a13992f9ce489e86b07860218445b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163954 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163961 Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/svx/sidebar/ValueSetWithTextControl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx
index 407e9606757f..ac397f9fdab6 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -40,7 +40,6 @@ public:
SVX_DLLPRIVATE virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override;
- void SetOptimalDrawingAreaHeight();
void AddItem(const OUString& rItemText, const OUString& rItemText2);
SVX_DLLPRIVATE virtual void UserDraw(const UserDrawEvent& rUDEvt) override;