diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-10 12:51:29 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-10 14:08:49 +0200 |
commit | e52a805172914164912066a65c6e95988d8b2131 (patch) | |
tree | 370997d34f0445d5dc34837a4903e3a820850a5b /include/vcl/toolkit/treelistbox.hxx | |
parent | 629a9b92da6d0126bd4be4cde373a02ac542ce7d (diff) |
Entry may have no text
... after the changes made to IconView.
This partially reverts commit 54725f6e5f06b074d1c08d8efbd16518b96882d5
Author Mike Kaganski <mike.kaganski@collabora.com>
Date Tue May 03 09:49:07 2022 +0100
Don't add empty labels to fontwork's icon view
and instead, makes SvTreeListBox::GetEntryText tolerate absent text.
Change-Id: Ifc386263ad656478416907a6f6b567cd1f3331ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135582
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'include/vcl/toolkit/treelistbox.hxx')
-rw-r--r-- | include/vcl/toolkit/treelistbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx index 216ffd55d83c..9ae148a9448b 100644 --- a/include/vcl/toolkit/treelistbox.hxx +++ b/include/vcl/toolkit/treelistbox.hxx @@ -564,8 +564,6 @@ public: void SetCheckButtonState( SvTreeListEntry*, SvButtonState ); SvButtonState GetCheckButtonState( SvTreeListEntry* ) const; - static bool HasEntryText(const SvTreeListEntry* pEntry); - void SetEntryText(SvTreeListEntry*, const OUString& ); void SetExpandedEntryBmp( SvTreeListEntry* _pEntry, const Image& _rImage ); void SetCollapsedEntryBmp( SvTreeListEntry* _pEntry, const Image& _rImage ); |