diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:35:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:52 +0200 |
commit | 6a06005f6e3d947826f8e53b6e77078eeefa5ae4 (patch) | |
tree | 7c50e2b6475c8a1d832edcfd638055f53aa3b201 | |
parent | 45f28fb2125eb190e45c3df74e335fce3035872c (diff) |
typo: positiion -> position
-rw-r--r-- | sw/source/core/access/accframe.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accframe.cxx b/sw/source/core/access/accframe.cxx index b95d739dee07..88885aa13ab7 100644 --- a/sw/source/core/access/accframe.cxx +++ b/sw/source/core/access/accframe.cxx @@ -225,7 +225,7 @@ SwAccessibleChild SwAccessibleFrame::GetChildAtPixel( const SwRect& rVisArea, { const SwAccessibleChild& rLower = (*aRIter).second; // A frame is returned if it's frame size is inside the visarea - // and the positiion is inside the frame's paint area. + // and the position is inside the frame's paint area. if( rLower.IsAccessible( bInPagePreview ) ) { SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); @@ -256,7 +256,7 @@ SwAccessibleChild SwAccessibleFrame::GetChildAtPixel( const SwRect& rVisArea, { const SwAccessibleChild& rLower = *aIter; // A frame is returned if it's frame size is inside the visarea - // and the positiion is inside the frame's paint area. + // and the position is inside the frame's paint area. if( rLower.IsAccessible( bInPagePreview ) ) { SwRect aLogBounds( rLower.GetBounds( rAccMap ) ); |