WIP/outlineindex #41

Oscailte
crtxcr ag iarraidh 12 gealltanas a chumasc ó WIP/outlineindex go dev
Ag taispeáint athruithe tiomantais 02dd7b64b5 amháin - Taispeáin gach gealltanas

Féach ar an gComhad

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