diff options
author | Pallavi Jadhav <pallavi.jadhav@synerzip.com> | 2014-03-27 14:55:16 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-03 11:08:56 +0200 |
commit | 8902a25c1ad11161fe7b9d263e9d7afe23f95e50 (patch) | |
tree | 91f6034b9475bf7b041d074032828a239187f409 /cppcanvas | |
parent | 6055c6670ff592923c3526515cb53eca2244d7a7 (diff) |
fdo#76589 : FILESAVE: DOCX: Numbered list is not preserved after RT
Issue :
Numbered list without suffix does not get preserved after
Roudtrip.
Description :
- For level zero LO was writing w:lvlText with epmty value.
- This was because in DocxAttributeOutput::NumberingLevel()
check was based on empty NumberingString.
- But for "deciaml" also rNumberingString appears to be empty
for level-0
Implementation :
- Added check to write empty value for w:lvlText only if
NumberingType is "bullet" with level-0.
- This will not write empty w:lvlText with level-0 and
NumberingType as "decimal".
Reviewed on:
https://gerrit.libreoffice.org/8768
Change-Id: Ic6ece45e0122da05013beac93a6e11fac926514d
Diffstat (limited to 'cppcanvas')
0 files changed, 0 insertions, 0 deletions