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 /sw | |
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 'sw')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index f58c15a6e358..df7f1bbb29c1 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -858,7 +858,7 @@ SwContentTree::SwContentTree(vcl::Window* pParent, SwNavigationPI* pDialog) , m_bViewHasChanged(false) , m_bIsKeySpace(false) { - SetSublistNotOpenWithDoubleClick(); + SetSublistDontOpenWithDoubleClick(); SetHelpId(HID_NAVIGATOR_TREELIST); SetNodeDefaultImages(); |