summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-22 22:56:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-23 00:59:11 +0200
commit0db08432c69adc36ed464c1f7c8e672acb3752d4 (patch)
tree9b49a750084cd219a8ddb65fd8e4b10fec246f6b /shell
parent7597a4915d68da04f234f5fd2186287a17a94a5d (diff)
Fix typo
Change-Id: I970201eb99c56db3ac5fefb9e113c0bb3b8c754b Reviewed-on: https://gerrit.libreoffice.org/42678 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
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))