Skip to content

Fix text extraction from .odg and .ods

Hello there,

reading and answering a thread in the German Debianforum.de, I came across a small bug/regression in the text extraction from .odg and .ods files.

These files seem to (only?) contain text:p tags. Before commit 062e726b, all tags starting with text where handled from them. But the mentioned commit changed a g_ascii_strncasecmp("text", ..., 4) into g_ascii_strcasecmp("text", ...), which broke handling tags that were not exactly text.

This MR has a fix for the described bug.

Merge request reports