[ooo-build-commit] patches/dev300
Florian Reuter
flr at kemper.freedesktop.org
Mon Jun 29 01:24:24 PDT 2009
patches/dev300/apply | 1 -
patches/dev300/sw-trleft-export-fix-i100473.diff | 13 -------------
2 files changed, 14 deletions(-)
New commits:
commit 703489ea9a69651ced9ac2bc9e82991d0b7c3b10
Author: Florian Reuter <freuter at linux-cfjm.site>
Date: Mon Jun 29 10:21:13 2009 +0200
removed sw-trleft-export-fix-i100473.diff since its upstreamed
* patches/dev300/apply:
* patches/dev300/sw-trleft-export-fix-i100473.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index dae4178..2e86725 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2694,7 +2694,6 @@ sw-section-import-fix.diff, n#364533, freuter
sw-allow-negative-spacing.diff, n#364534, freuter
sw-tab-export-fix-i100264.diff, n#479068, freuter
sw-section-header-export-problem.diff, i#100918, freuter
-sw-trleft-export-fix-i100473.diff, i#100473, freuter
oox-fix-abs-relations.diff, n#493528, freuter
field-patch.diff, n#248354, freuter
# FIXME: hack to fix split build by pmladek
diff --git a/patches/dev300/sw-trleft-export-fix-i100473.diff b/patches/dev300/sw-trleft-export-fix-i100473.diff
deleted file mode 100644
index 5cb18b0..0000000
--- a/patches/dev300/sw-trleft-export-fix-i100473.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/wrtww8.cxx
-index 61e499e..eba8ed9 100644
---- sw/source/filter/ww8/wrtww8.cxx
-+++ sw/source/filter/ww8/wrtww8.cxx
-@@ -2137,7 +2137,7 @@ void SwWW8Writer::OutWW8TableDefinition
- if (bRelBoxSize)
- nCalc = (nCalc * nPageSize) / nTblSz;
-
-- InsUInt16(static_cast<USHORT>(nCalc));
-+ InsUInt16(static_cast<USHORT>(nCalc+nTblOffset));
- }
-
- /* TCs */
More information about the ooo-build-commit
mailing list