summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-topsection
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-topsection')
-rw-r--r--editors/openoffice-1.1/files/patch-topsection2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/files/patch-topsection b/editors/openoffice-1.1/files/patch-topsection
index a332718508de..0fd6684166b2 100644
--- a/editors/openoffice-1.1/files/patch-topsection
+++ b/editors/openoffice-1.1/files/patch-topsection
@@ -4,7 +4,7 @@
bool bStartAttr = pPlcxMan->Get(&aRes); // hole Attribut-Pos
aRes.nAktCp = rTxtPos; // Akt. Cp-Pos
-- if (aRes.nFlags & MAN_MASK_NEW_SEP) // neue Section
+- if ((aRes.nFlags & MAN_MASK_NEW_SEP) && !bIgnoreText) // neue Section
+ if ((aRes.nFlags & MAN_MASK_NEW_SEP) || maSectionManager.empty()) // neue Section
{
ASSERT(pPaM->GetNode()->GetTxtNode(), "Missing txtnode");