From: Frederik Gladhorn Date: Mon, 27 Aug 2007 23:51:38 +0000 (+0000) Subject: Remove comment, enable commented csv writer that was commented out for no reason. X-Git-Tag: v3.93.0~25 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=cf0a57f86085a07eb62ed7e16698ea9a76bbae46;p=libqmvoc.git Remove comment, enable commented csv writer that was commented out for no reason. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=705452 --- diff --git a/keduvocdocument/keduvocdocument.cpp b/keduvocdocument/keduvocdocument.cpp index 243a8c1..099ca56 100644 --- a/keduvocdocument/keduvocdocument.cpp +++ b/keduvocdocument/keduvocdocument.cpp @@ -131,8 +131,6 @@ void KEduVocDocument::KEduVocDocumentPrivate::init() m_leitnerSystem = NULL; m_wordTypes = new KEduVocWordType(); - ///@todo delete this: it only creates the sample entries for word types: - //m_wordTypes->createSampleData(); } @@ -363,13 +361,11 @@ bool KEduVocDocument::saveAs(const KUrl & url, FileType ft, const QString & gene saved = kvtmlWriter.writeDoc(this, generator); } break; -/** @todo include the csv write again, as soon as it's ported to the new classes case Csv: { KEduVocCsvWriter csvWriter(&f); saved = csvWriter.writeDoc(this, generator); } break; -*/ default: { kError() << "kvcotrainDoc::saveAs(): unknown filetype" << endl; }