include/svtools/brwbox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85a013ac3fcb8da33babd1f8d11dfa9016cc1547
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Wed Jun 1 10:57:28 2016 +0200

    remove wrong comment
    
    comment is there since initial commit 
cd3b0741a8f509f20c5b6deaa32f2158b315939d
    
    but HIDESELECT is handled in svtools/source/brwbox/brwbox1.cxx
    and used in chart2 and dbaccess
    
    Change-Id: Idf0524f14a0f719b2287d234c912fef4fe24b7a3
    Reviewed-on: https://gerrit.libreoffice.org/25762
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noelgran...@gmail.com>

diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index dcaa244..132a550 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -64,7 +64,7 @@ enum class BrowserMode
     HLINES               = 0x000010,
     VLINES               = 0x000020,
 
-    HIDESELECT           = 0x000100, // old => don't use!
+    HIDESELECT           = 0x000100,
     HIDECURSOR           = 0x000200,
 
     NO_HSCROLL           = 0x000400,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to