Bug 52833 - Exporting to plain text and bullets lists.
Summary: Exporting to plain text and bullets lists.
Status: RESOLVED FIXED
Alias: None
Product: kword
Classification: Miscellaneous
Component: filters (show other bugs)
Version: 1.5 or before
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-10 07:29 UTC by Pupeno
Modified: 2003-01-10 12:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
     }