summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-06 16:49:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-07 10:05:19 +0200
commit045847237d5a40b2679d53533db4937aa1c9ac3e (patch)
tree9ce5f8fd63b1a5213706ac92dff21dd841097b27 /include
parent9e4a4d7511611b9c2182493d846dfef9f69ba083 (diff)
nothing calls EnableEntryMnemonics anymore
Change-Id: I8ef10b4d2f350b4025e46a153766d60510d1b7d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100262 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/treelistbox.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 16f2227f5d4c..b3d4ffb05dac 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -396,21 +396,6 @@ public:
void Clear();
- /** Enables or disables mnemonic characters in the entry texts.
-
- If mnemonics are enabled, then entries are selected and made current when
- there mnemonic character is pressed. If there are multiple entries with the
- same mnemonic, the selection cycles between them.
-
- Entries with a collapsed ancestor are not included in the calculation of
- mnemonics. That is, if you press the accelerator key of an invisible
- entry, then this entry is *not* selected.
-
- Be aware that enabling mnemonics gets more expensive as you add to the list.
- */
- void EnableEntryMnemonics();
- bool IsEntryMnemonicsEnabled() const;
-
bool TextCenterAndClipEnabled() const { return mbCenterAndClipText; }
/** Handles the given key event.