summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-09 16:44:07 +0000
committerAndras Timar <andras.timar@collabora.com>2015-01-24 16:54:38 +0100
commitea327399bd2cfd9546ed8c4d3c67fd42d5b35259 (patch)
treee3ffa57ed92af1f32db7cd06fc014e78306de830 /sw/source
parentd07d2ed5aa2a9c955b30e989246a5862e5b29c5d (diff)
asan: heap-buffer-overflow on ooo8726-1.doc
Change-Id: I9fd7b873b6e64a6450c1bd946cd9bb08c293290a (cherry picked from commit b7d07699c8142e33f9d05d4e203b6fb567f36a9b) Reviewed-on: https://gerrit.libreoffice.org/13938 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 032639ce3f50..3491b5db8a87 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -358,11 +358,12 @@ const wwSprmSearcher *wwSprmParser::GetWW6SprmSearcher()
{108, { 0, L_VAR} }, // "sprmCMajority50" chp.fBold, chp.fItalic, ...
{109, { 2, L_FIX} }, // "sprmCHpsMul" chp.hps percentage to grow hps
{110, { 2, L_FIX} }, // "sprmCCondHyhen" chp.ysri ysri
- {111, { 2, L_FIX} }, // rtl bold
- {112, { 2, L_FIX} }, // rtl italic
- {113, { 0, L_VAR} }, // rtl property ?
- {115, { 0, L_VAR} }, // rtl property ?
- {116, { 0, L_VAR} }, // unknown
+ {111, { 2, L_FIX} }, // ww7 font
+ {112, { 2, L_FIX} }, // ww7 CJK font
+ {113, { 2, L_FIX} }, // ww7 rtl font
+ {114, { 2, L_FIX} }, // ww7 lid
+ {115, { 2, L_FIX} }, // ww7 rtl colour ?
+ {116, { 2, L_FIX} }, // ww7 fontsize
{117, { 1, L_FIX} }, // "sprmCFSpec" chp.fSpec 1 or 0 bit
{118, { 1, L_FIX} }, // "sprmCFObj" chp.fObj 1 or 0 bit
{119, { 1, L_FIX} }, // "sprmPicBrcl" pic.brcl brcl (see PIC definition)