summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-01-14 11:24:10 -0900
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-15 22:29:11 +0100
commit77acf66a3414c46edecfbc04b65e4a507eb857cb (patch)
tree157358b6c63550e3ebd609fb9db7c9eb8209b179 /svtools
parent311ea730cb225bca167af2e4111445608a14a263 (diff)
change Not to Dont in tdf#36308 fix
Change-Id: I05806eea3363b7363d7a377277c63785aadc5386 Reviewed-on: https://gerrit.libreoffice.org/47870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
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;
}