summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index 59505961b86b..7ca117265f01 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -130,7 +130,7 @@ Reference<drawing::framework::XPaneBorderPainter>
void PresenterPaneBase::SetCalloutAnchor (const css::awt::Point& rCalloutAnchor)
{
mbHasCallout = true;
- // Anchor is given in the coorindate system of the parent window.
+ // Anchor is given in the coordinate system of the parent window.
// Transform it into the local coordinate system.
maCalloutAnchor = rCalloutAnchor;
const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize());