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

List:       kde-commits
Subject:    koffice/filters/kword/rtf/export
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2003-09-26 19:02:28
[Download RAW message or body]

CVS commit by goutte: 

Fix underline word by word (\ulw)


  M +3 -3      ExportFilter.cc   2.95


--- koffice/filters/kword/rtf/export/ExportFilter.cc  #2.94:2.95
@@ -1375,5 +1375,5 @@ QString RTFWorker::textFormatToRtf(const
                 else if( underlineStyle == "dashdotdot" )
                     ul = "\\uldashdd";
-                else if( ( underlineStyle == "single" ) && underlineWord )
+                else if( underlineWord )
                     ul = "\\ulw";
             };


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

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