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

List:       kde-commits
Subject:    koffice/lib/store
From:       Laurent Montel <montel () kde ! org>
Date:       2006-03-27 11:43:52
Message-ID: 1143459832.187327.21392.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 523088 by mlaurent:

First lib which compiles


 M  +2 -2      KoXmlWriter.h  


--- trunk/koffice/lib/store/KoXmlWriter.h #523087:523088
@@ -76,7 +76,7 @@
      * which is a bit slower because it needs to convert @p value to utf8 first.
      */
     inline void addAttribute( const char* attrName, const QString& value ) {
-        addAttribute( attrName, value.utf8() );
+        addAttribute( attrName, value );
     }
     /**
      * Add an attribute whose value is an integer
@@ -126,7 +126,7 @@
      * which is a bit slower because it needs to convert @p str to utf8 first.
      */
     inline void addTextNode( const QString& str ) {
-        addTextNode( str.utf8() );
+        addTextNode( str );
     }
     /// Overloaded version of the one taking a const char* argument
     inline void addTextNode( const Q3CString& cstr ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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