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

Julien Nabet serval2412 at yahoo.fr
Mon Mar 18 07:19:50 PDT 2013


 cui/source/tabpages/transfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc723482812e1a8d6bb7f36406142d57a57d07d0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 17 18:07:51 2013 +0100

    coverity#735372 Copy-paste error
    
    Change-Id: Id25a5216a3814fbb3f4f1d7ac88cd87270b63fde
    Reviewed-on: https://gerrit.libreoffice.org/2795
    Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
    Tested-by: Tomáš Chvátal <tchvatal at suse.cz>

diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index a7939bc..9738521 100644
--- a/cui/source/tabpages/transfrm.cxx
+++ b/cui/source/tabpages/transfrm.cxx
@@ -343,7 +343,7 @@ void SvxAngleTabPage::Reset(const SfxItemSet& rAttrs)
     }
     else
     {
-        aMtrPosX.SetText( String() );
+        aMtrPosY.SetText( String() );
     }
 
     pItem = GetItem( rAttrs, SID_ATTR_TRANSFORM_ANGLE );


More information about the Libreoffice-commits mailing list