diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-05 10:49:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-05 11:01:10 +0100 |
commit | 984518a9ad988b1c7f87775725459ee2079af212 (patch) | |
tree | dbda2fffc6c7487338f8d775ce85c2cf7edbaf29 /canvas | |
parent | 79ed7bbacae43468b690a3d3a6b1acf31e641cee (diff) |
Fix typo
Change-Id: Iedda3dca9937e85b7d036cef193577486fd5d3d1
Reviewed-on: https://gerrit.libreoffice.org/64607
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/spritecanvashelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx index 626692d842d9..2365023f52a8 100644 --- a/canvas/source/vcl/spritecanvashelper.cxx +++ b/canvas/source/vcl/spritecanvashelper.cxx @@ -228,7 +228,7 @@ namespace vclcanvas pTargetWindow->ExpandPaintClipRegion(aFullWindowRegion); } - // TODO(P1): Might be worthwile to track areas of background + // TODO(P1): Might be worthwhile to track areas of background // changes, too. if( !bUpdateAll && !io_bSurfaceDirty ) { |