1
0

WIP/outlineindex #41

Offen
crtxcr möchte 12 Commits von WIP/outlineindex nach dev mergen
Nur Änderungen aus Commit 02dd7b64b5 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -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()));