diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/treelistbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 12bfa4a11439..adf8a079a2a2 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -649,7 +649,7 @@ public: void SetSublistOpenWithReturn(); // open/close sublist with return/enter void SetSublistOpenWithLeftRight(); // open/close sublist with cursor left/right - void SetSublistNotOpenWithDoubleClick(); // do not open/close sublist with mouse double click on entry + void SetSublistDontOpenWithDoubleClick(); // do not open/close sublist with mouse double click on entry void EnableInplaceEditing( bool bEnable ); // Edits the Entry's first StringItem, 0 == Cursor |