diff options
author | Ciorba <edmond_ciorba@yahoo.com> | 2013-06-11 14:08:32 +0300 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-11 13:04:01 +0000 |
commit | 0b84b7d0f2bdd2d8c0620f3eafca8f0dd0761ed3 (patch) | |
tree | 1dd9597694277b1c99b1f042d27c0ecbcad53027 /sw | |
parent | 41e5c4b0dec83cc62c33262093eed29e6ebcb340 (diff) |
typing fix on postion -> position
Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927
Reviewed-on: https://gerrit.libreoffice.org/4228
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unodraw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx index 7540b1640ab8..6fb4cfb0e346 100644 --- a/sw/source/core/unocore/unodraw.cxx +++ b/sw/source/core/unocore/unodraw.cxx @@ -2526,7 +2526,7 @@ void SwXShape::_AdjustPositionProperties( const awt::Point _aPosition ) } if ( eTextAnchorType != text::TextContentAnchorType_AS_CHARACTER ) { - // determine current x-postion + // determine current x-position OUString aHoriPosPropStr("HoriOrientPosition"); uno::Any aHoriPos( getPropertyValue( aHoriPosPropStr ) ); sal_Int32 dCurrX = 0; @@ -2556,7 +2556,7 @@ void SwXShape::_AdjustPositionProperties( const awt::Point _aPosition ) // handle y-position { - // determine current y-postion + // determine current y-position OUString aVertPosPropStr("VertOrientPosition"); uno::Any aVertPos( getPropertyValue( aVertPosPropStr ) ); sal_Int32 dCurrY = 0; |