[Libreoffice-commits] core.git: sw/qa sw/source
Zolnai Tamás
tamas.zolnai at collabora.com
Mon Jan 6 07:11:32 PST 2014
sw/qa/extras/ww8export/data/fdo59530.doc |binary
sw/source/filter/ww8/wrtw8sty.cxx | 7 -------
2 files changed, 7 deletions(-)
New commits:
commit 2927ae7ac8b8f3cdeedb9467356f10b047eb4d75
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date: Mon Jan 6 15:59:50 2014 +0100
cp#2013101510000026: fix file coruption caused by comments' doc export
Plcfbkl contains only character positions. The Plcfbkf is that one
which contains additional informations.
Change-Id: I9bd8eec5c8e64d9d757764dae51bcb866456cdc9
diff --git a/sw/qa/extras/ww8export/data/fdo59530.doc b/sw/qa/extras/ww8export/data/fdo59530.doc
index 921fbca..90bd4ce 100644
Binary files a/sw/qa/extras/ww8export/data/fdo59530.doc and b/sw/qa/extras/ww8export/data/fdo59530.doc differ
diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx
index 43b64fb..1ed627c 100644
--- a/sw/source/filter/ww8/wrtw8sty.cxx
+++ b/sw/source/filter/ww8/wrtw8sty.cxx
@@ -2365,13 +2365,6 @@ void WW8_WrPlcSubDoc::WriteGenericPlc( WW8Export& rWrt, sal_uInt8 nTTyp,
}
SwWW8Writer::WriteLong( *rWrt.pTableStrm, aRangeEndPos[i-1] + 1);
- // Commented text ranges additional informations (Plcfbkl.aFBKF)
- for ( i = 0; i < aRangeEndPos.size(); ++i )
- {
- SwWW8Writer::WriteShort( *rWrt.pTableStrm, i ); // FBKF.ibkl
- SwWW8Writer::WriteShort( *rWrt.pTableStrm, 0 ); // FBKF.bkc
- }
-
nFcStart = rWrt.pTableStrm->Tell();
rFib.lcbPlcfAtnbkl = nFcStart - rFib.fcPlcfAtnbkl;
More information about the Libreoffice-commits
mailing list