aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-1.1
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-15 20:49:46 +0800
committermaho <maho@FreeBSD.org>2004-03-15 20:49:46 +0800
commite0b112e2415fa9c92f786625e6aec9e5048a69b6 (patch)
treefb4f3af39a29ca7104e3812c67be04c2944aec57 /editors/openoffice.org-1.1
parentc47d0b5f87d51a5c5eb2aab5e0e05c260be7f05b (diff)
downloadfreebsd-ports-graphics-e0b112e2415fa9c92f786625e6aec9e5048a69b6.tar.gz
freebsd-ports-graphics-e0b112e2415fa9c92f786625e6aec9e5048a69b6.tar.zst
freebsd-ports-graphics-e0b112e2415fa9c92f786625e6aec9e5048a69b6.zip
Modified so that correctly apply
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r--editors/openoffice.org-1.1/files/patch-topsection2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-topsection b/editors/openoffice.org-1.1/files/patch-topsection
index a332718508d..0fd6684166b 100644
--- a/editors/openoffice.org-1.1/files/patch-topsection
+++ b/editors/openoffice.org-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");