shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0db08432c69adc36ed464c1f7c8e672acb3752d4
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri Sep 22 22:56:44 2017 +0200

    Fix typo
    
    Change-Id: I970201eb99c56db3ac5fefb9e113c0bb3b8c754b
    Reviewed-on: https://gerrit.libreoffice.org/42678
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx 
b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
index 156eb49f017c..b7149429d4fa 100644
--- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
+++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx
@@ -30,7 +30,7 @@
 #include <commctrl.h>
 #include "resource.h"
 
-// Unicode-only defines to break dependance on UNICODE define
+// Unicode-only defines to break dependence on UNICODE define
 #if !defined ListView_InsertColumnW
 #define ListView_InsertColumnW(hwnd, iCol, pcol) \
     (int)SNDMSG((hwnd), LVM_INSERTCOLUMNW, (WPARAM)(int)(iCol), (LPARAM)(const 
LV_COLUMNW *)(pcol))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to