[Libreoffice-commits] core.git: sw/source

Ciorba edmond_ciorba at yahoo.com
Tue Jun 11 06:04:22 PDT 2013


 sw/source/core/unocore/unodraw.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0b84b7d0f2bdd2d8c0620f3eafca8f0dd0761ed3
Author: Ciorba <edmond_ciorba at yahoo.com>
Date:   Tue Jun 11 14:08:32 2013 +0300

    typing fix on postion -> position
    
    Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927
    Reviewed-on: https://gerrit.libreoffice.org/4228
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 7540b16..6fb4cfb 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;


More information about the Libreoffice-commits mailing list