summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterCanvas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/presenter/PresenterCanvas.cxx')
-rw-r--r--sd/source/ui/presenter/PresenterCanvas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx
index 85afd83005bb..0465e2031c9c 100644
--- a/sd/source/ui/presenter/PresenterCanvas.cxx
+++ b/sd/source/ui/presenter/PresenterCanvas.cxx
@@ -919,7 +919,7 @@ void SAL_CALL PresenterCustomSprite::move (
mpCanvas->MergeViewState(rViewState, mpCanvas->GetOffset(mxBaseWindow)),
rRenderState);
// Clip sprite against window bounds. This call is necessary because
- // sprite clipping is done in the corrdinate system of the sprite.
+ // sprite clipping is done in the coordinate system of the sprite.
// Therefore, after each change of the sprites location the window
// bounds have to be transformed into the sprites coordinate system.
clip(nullptr);