SVN commit 1177750 by clicea: Re-enable the CommentAuthors filter. M +0 -2 PptxXmlDocumentReader.cpp --- trunk/koffice/filters/kpresenter/pptx/PptxXmlDocumentReader.cpp #1177749:1177750 @@ -147,7 +147,6 @@ } //! @todo expect other namespaces too... -#if 0 // see bug #248991 { PptxXmlCommentAuthorsReader autorsReader(this); const QString autorsFilePath = m_context->relationships->targetForType(m_context->path, m_context->file, MSOOXML::Relationships::commentAuthors); @@ -155,7 +154,6 @@ m_context->import->loadAndParseDocument(&autorsReader, autorsFilePath, &autorsContext); d->commentAuthors = autorsContext.authors; } -#endif TRY_READ(presentation) kDebug() << "===========finished============";