diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/treelistbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 5f1c37606785..1a8c07d521a6 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -1434,7 +1434,7 @@ void SvTreeListBox::SetSublistOpenWithLeftRight() pImpl->bSubLstOpLR = true; } -void SvTreeListBox::SetSublistNotOpenWithDoubleClick() +void SvTreeListBox::SetSublistDontOpenWithDoubleClick() { pImpl->bSubLstOpDblClick = false; } |