diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-10 00:50:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-10 06:47:45 +0100 |
commit | fee231abbd2cd8f4a71ba2df73eb902a5110cbee (patch) | |
tree | 2067267d6fdb6e45d2ad0d31ce4ca2c2e0ce9a0b /vcl | |
parent | d325852df29ecf82c1289fb7e4e7e8d047477334 (diff) |
Fix typos
Change-Id: I94fe979fde236111b72b0b445ee2566177a3f0e3
Reviewed-on: https://gerrit.libreoffice.org/63226
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/WidgetThemeLibraryTypes.hxx | 2 | ||||
-rw-r--r-- | vcl/source/control/edit.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/paint.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/WidgetThemeLibraryTypes.hxx b/vcl/inc/WidgetThemeLibraryTypes.hxx index 9b069d3dc066..91116fd6b44a 100644 --- a/vcl/inc/WidgetThemeLibraryTypes.hxx +++ b/vcl/inc/WidgetThemeLibraryTypes.hxx @@ -151,7 +151,7 @@ enum class ControlPart 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. */ diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index dbc15519c4a9..56563c48c96c 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -1043,7 +1043,7 @@ void Edit::ImplPaintBorder(vcl::RenderContext& rRenderContext) } else { - // For some mysterious reaon, in headless/svp rendering, + // For some mysterious reason, in headless/svp rendering, // pBorder has bad clipping region (shows as 1x1@0,0), // and therefore doesn't render anything at all. // In the case that we know we're in headless/svp, we diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx index cd9ad30bdd29..0031baf60937 100644 --- a/vcl/source/window/paint.cxx +++ b/vcl/source/window/paint.cxx @@ -1335,7 +1335,7 @@ void Window::Update() void Window::ImplPaintToDevice( OutputDevice* i_pTargetOutDev, const Point& i_rPos ) { // Special drawing when called through LOKit - // TODO: Move to it's own method + // TODO: Move to its own method if (comphelper::LibreOfficeKit::isActive()) { VclPtrInstance<VirtualDevice> pDevice(*i_pTargetOutDev); |