summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-topsection
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-07-31 04:06:32 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-07-31 04:06:32 +0000
commitc52626ad107fe2b2587e57682cd220114490ba41 (patch)
treefa69bde3c037337a649bbc1e27e13e59059728eb /editors/openoffice.org-1.1-devel/files/patch-topsection
parent- Digest::Nilsimsa is no longer needed in razor-agents (diff)
1) update to 1.1.3; developer ver. cws_srx645_ooo113fix2,
checkout at 2004/7/29 16:00 JST) 2) remove GIF lzw disabling patches 3) change the method of localized build to reduce the amount of time, and/or make full use of ccache of 2nd and later builds. 4) Modification of OOo must be small as possible. No longer see LANG environment variable, CJK enhancements, etc.
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-topsection')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-topsection21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-topsection b/editors/openoffice.org-1.1-devel/files/patch-topsection
deleted file mode 100644
index 0fd6684166b2..000000000000
--- a/editors/openoffice.org-1.1-devel/files/patch-topsection
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../sw/source/filter/ww8/ww8par.cxx 9 Jul 2003 11:06:44 -0000 1.114
-+++ ../sw/source/filter/ww8/ww8par.cxx 25 Jul 2003 22:55:23 -0000
-@@ -2015,7 +2015,7 @@
- bool bStartAttr = pPlcxMan->Get(&aRes); // hole Attribut-Pos
- aRes.nAktCp = rTxtPos; // Akt. Cp-Pos
-
-- 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");
- // PageDesc erzeugen und fuellen
---- ../sw/source/filter/ww8/ww8par.hxx 30 Jun 2003 15:54:37 -0000 1.115
-+++ ../sw/source/filter/ww8/ww8par.hxx 25 Jul 2003 22:55:28 -0000
-@@ -720,6 +720,7 @@
- short GetPageLeft() const;
- short GetPageRight() const;
- short GetPageWidth() const;
-+ bool empty() const { return maSegments.empty(); }
- };
-
- class wwFrameNamer