WIP/outlineindex #41

オープン
crtxcrWIP/outlineindex から dev への 12 コミットのマージを希望しています
コミット 02dd7b64b5 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@ -24,7 +24,7 @@ QSharedPointer<PreviewResult> PreviewGeneratorOdt::generate(RenderConfig config,
throw LooqsGeneralException("Error while reading content.xml of " + documentPath);
}
TagStripperProcessor tsp;
QString content = tsp.process(entireContent).constFirst().content;
QString content = tsp.process(entireContent).pages.constFirst().content;
PreviewGeneratorPlainText plainTextGenerator;
result->setText(plainTextGenerator.generatePreviewText(content, config, info.fileName()));