diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleViewForwarder.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsLayouter.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx index f110a6b676af..e4b3c46e8951 100644 --- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx +++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx @@ -73,8 +73,8 @@ Rectangle AccessibleViewForwarder::GetVisibleArea() const return aVisibleArea; } -/** Tansform the given point into pixel coordiantes. After the pixel - coordiantes of the window origin are added to make the point coordinates +/** Tansform the given point into pixel coordinates. After the pixel + coordinates of the window origin are added to make the point coordinates absolute. */ Point AccessibleViewForwarder::LogicToPixel (const Point& rPoint) const diff --git a/sd/source/ui/slidesorter/view/SlsLayouter.cxx b/sd/source/ui/slidesorter/view/SlsLayouter.cxx index 31867339f804..0f960e2e85c3 100644 --- a/sd/source/ui/slidesorter/view/SlsLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayouter.cxx @@ -134,7 +134,7 @@ public: The row index of the upper row or the column index of the left column. @param nGap - Width or height of the gap in model coordiantes between the + Width or height of the gap in model coordinates between the page borders. @return Returns either the index of the upper row (as given as nRow), the |