summaryrefslogtreecommitdiff
path: root/vcl/source/control/scrbar.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-01 15:19:13 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 17:10:07 +0100
commit0a01eacb14b3ccf8a874efcf805af0ffd63da44d (patch)
tree119bdf8dbb0257c90fdbe5299c40e55df82fcd8b /vcl/source/control/scrbar.cxx
parent2525d7cdea8905aa2120ce7b8ed6b8c793045d70 (diff)
Fix typos
Change-Id: Id9d4f277ec684f4baaa9f16000da1b208d745e03 Reviewed-on: https://gerrit.libreoffice.org/49099 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/source/control/scrbar.cxx')
-rw-r--r--vcl/source/control/scrbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 56a23f2c9cc2..313d53b0b199 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -40,7 +40,7 @@
So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, ControlPart::TrackVertUpper, ControlPart::TrackVertLower
- do not use the control rectangle as region but the actuall part rectangle, making
+ do not use the control rectangle as region but the actual part rectangle, making
only small deviations feasible.
*/