[Libreoffice-commits] core.git: shell/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Sep 22 22:59:40 UTC 2017
shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0db08432c69adc36ed464c1f7c8e672acb3752d4
Author: Andrea Gelmini <andrea.gelmini at 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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at 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))
More information about the Libreoffice-commits
mailing list