diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 13:04:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 13:05:11 +0100 |
commit | 6405203750f7f779a3655bc5f415e8e0a2071d1b (patch) | |
tree | 7c66994b09f89a5e71a1cfd4c672547bfef1a763 /sw | |
parent | 773d5c69261f0b2511c7a0124804449bf664bfb5 (diff) |
fix another ww6 crash
Change-Id: I47b4ffb1d96041d51dde313c080ed1d9cd4000be
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/data/ww6/pass/crash-3.doc | bin | 0 -> 6633 bytes | |||
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/core/data/ww6/pass/crash-3.doc b/sw/qa/core/data/ww6/pass/crash-3.doc Binary files differnew file mode 100644 index 000000000000..8646b7ac5d34 --- /dev/null +++ b/sw/qa/core/data/ww6/pass/crash-3.doc diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index a58cf9f099f9..5a8072c4214d 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -4327,6 +4327,7 @@ void WW8RStyle::ImportOldFormatStyles() { rSt.SeekRel(cbPapx-nByteCount); nByteCount += cbPapx-nByteCount; + break; } sal_uInt8 cb(0); |