Bug 52833

Summary: Exporting to plain text and bullets lists.
Product: kword Reporter: Pupeno <pupeno>
Component: filtersAssignee: Thomas Zander <zander>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.5 or before   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pupeno 2003-01-10 07:29:50 UTC
Version:           1.2 (using KDE 3.1.9)
Compiler:          gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
OS:          Linux (i686) release 2.4.19-16mdk

Exporting to a plain text is not working very good.
The flaw is with bullets, the text that is in a list is lost.
Thanks.
Comment 1 Nicolas Goutte 2003-01-10 12:15:19 UTC
Subject: koffice/filters/kword/ascii

CVS commit by goutte: 

Fix the export of lists to plain text
CCMAIL: 52833-close@bugs.kde.org


  M +2 -1      asciiexport.cc   1.38


--- koffice/filters/kword/ascii/asciiexport.cc  #1.37:1.38
@@ -277,4 +277,5 @@ bool ASCIIWorker::doFullParagraph(const 
             }
         }
+        ProcessParagraphData ( paraText, paraFormatDataList);
         m_counterList++; // Increment the list counter
     }