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

List:       kde-commits
Subject:    koffice/libs/kotext (silent)
From:       Fredrik Edemar <f_edemar () linux ! se>
Date:       2006-09-28 8:51:10
Message-ID: 1159433470.227568.30363.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 589516 by fedemar:

compile again
SVN_SILENT


 M  +3 -3      KoTextObject.cpp  


--- trunk/koffice/libs/kotext/KoTextObject.cpp #589515:589516
@@ -455,7 +455,7 @@
         if ( cursor->remove() ) {
             if ( old != cursor->parag() && m_lastFormatted == old ) // 'old' has been deleted
                 m_lastFormatted = cursor->parag() ? cursor->parag()->prev() : 0;
-            undoRedoInfo.text += '\n';
+            undoRedoInfo.text += "\n";
             undoRedoInfo.oldParagLayouts << paragLayout;
         } else
             emit paragraphModified( old, RemoveChar, cursor->index(), 1 );
@@ -506,7 +506,7 @@
             undoRedoInfo.index = cursor->index();
             undoRedoInfo.text = QString::null;
         }
-        undoRedoInfo.text += '\n';
+        undoRedoInfo.text += "\n";
         if ( cursor->parag() )
         {
                 QString last_line = cursor->parag()->toString();
@@ -571,7 +571,7 @@
                 if ( cursor->remove() )
                 {
                     m_lastFormatted = cursor->parag();
-                    undoRedoInfo.text += '\n';
+                    undoRedoInfo.text += "\n";
                     undoRedoInfo.oldParagLayouts << paragLayout;
                 }
             } else {
[prev in list] [next in list] [prev in thread] [next in thread] 

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