shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0db08432c69adc36ed464c1f7c8e672acb3752d4 Author: Andrea Gelmini <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
