summaryrefslogtreecommitdiff
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /include/svtools/ivctrl.hxx
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index baa02a0198d1..1fc1c9786837 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -187,7 +187,7 @@ public:
/*
Window-Bits:
- WB_ICON // Text beneth the icon
+ WB_ICON // Text beneath the icon
WB_SMALL_ICON // Text right to the icon, position does not mind
WB_DETAILS // Text right to the icon, limited positioning
WB_BORDER
@@ -201,7 +201,7 @@ public:
WB_NODRAGSELECTION // No selection with tracking rectangle
WB_NOCOLUMNHEADER // No Headerbar in Details view (Headerbar not implemented)
WB_NOPOINTERFOCUS // No GrabFocus at MouseButtonDown
- WB_HIGHLIGHTFRAME // The entry beneth the mouse willbe highlighted
+ WB_HIGHLIGHTFRAME // The entry beneath the mouse will be highlighted
WB_NOASYNCSELECTHDL // Do not collect events -> Selection handlers will be called synchronously
*/