[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/flake (silent)
From:       Ariya Hidayat <ariya () kde ! org>
Date:       2007-05-14 23:15:44
Message-ID: 1179184544.791572.27800.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 664839 by ariya:

SVN_SILENT no more ::null()


 M  +4 -4      KoShape.cpp  


--- trunk/koffice/libs/flake/KoShape.cpp #664838:664839
@@ -670,13 +670,13 @@
     }
     if ( attributes & OdfSize ) {
         QPointF pos;
-        pos.setX( KoUnit::parseValue( element.attributeNS( KoXmlNS::svg, "x", \
                QString::null ) ) );
-        pos.setY( KoUnit::parseValue( element.attributeNS( KoXmlNS::svg, "y", \
QString::null ) ) ); +        pos.setX( KoUnit::parseValue( element.attributeNS( \
KoXmlNS::svg, "x", QString() ) ) ); +        pos.setY( KoUnit::parseValue( \
element.attributeNS( KoXmlNS::svg, "y", QString() ) ) );  setPosition( pos );
 
         QSizeF size;
-        size.setWidth( KoUnit::parseValue( element.attributeNS( KoXmlNS::svg, \
                "width", QString::null ) ) );
-        size.setHeight( KoUnit::parseValue( element.attributeNS( KoXmlNS::svg, \
"height", QString::null ) ) ); +        size.setWidth( KoUnit::parseValue( \
element.attributeNS( KoXmlNS::svg, "width", QString() ) ) ); +        size.setHeight( \
KoUnit::parseValue( element.attributeNS( KoXmlNS::svg, "height", QString() ) ) );  \
resize( size );  }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic