include/svtools/treelistbox.hxx       |    2 +-
 svtools/source/contnr/treelistbox.cxx |    2 +-
 sw/source/uibase/utlui/content.cxx    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 77acf66a3414c46edecfbc04b65e4a507eb857cb
Author: Jim Raykowski <rayk...@gmail.com>
Date:   Sun Jan 14 11:24:10 2018 -0900

    change Not to Dont in tdf#36308 fix
    
    Change-Id: I05806eea3363b7363d7a377277c63785aadc5386
    Reviewed-on: https://gerrit.libreoffice.org/47870
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

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
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;
 }
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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to