summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterUIPainter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterUIPainter.cxx')
-rw-r--r--sdext/source/presenter/PresenterUIPainter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterUIPainter.cxx b/sdext/source/presenter/PresenterUIPainter.cxx
index 5666ffcd022d..4731f745877e 100644
--- a/sdext/source/presenter/PresenterUIPainter.cxx
+++ b/sdext/source/presenter/PresenterUIPainter.cxx
@@ -39,7 +39,7 @@ void PresenterUIPainter::PaintHorizontalBitmapComposite (
{
if (PresenterGeometryHelper::AreRectanglesDisjoint(rRepaintBox, rBoundingBox))
{
- // The bounding box lies completly outside the repaint area.
+ // The bounding box lies completely outside the repaint area.
// Nothing has to be repainted.
return;
}
@@ -141,7 +141,7 @@ void PresenterUIPainter::PaintVerticalBitmapComposite (
{
if (PresenterGeometryHelper::AreRectanglesDisjoint(rRepaintBox, rBoundingBox))
{
- // The bounding box lies completly outside the repaint area.
+ // The bounding box lies completely outside the repaint area.
// Nothing has to be repainted.
return;
}