diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-01-14 11:24:10 -0900 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-01-15 22:29:11 +0100 |
commit | 77acf66a3414c46edecfbc04b65e4a507eb857cb (patch) | |
tree | 157358b6c63550e3ebd609fb9db7c9eb8209b179 /include | |
parent | 311ea730cb225bca167af2e4111445608a14a263 (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 '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 |