summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter
diff options
context:
space:
mode:
authorTushar Bende <tushar.bende@synerzip.com>2014-02-03 16:44:08 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-13 17:43:47 +0100
commitd9809c68f62af3b594854b142e1db5171804158d (patch)
treee56c916785bfe4bdeef185a446f545912cc227a2 /wizards/com/sun/star/wizards/letter
parentf8ebc65a51a61c1d9b3172467b0770202281db32 (diff)
fdo#74141 :In <w:ind> Right margin gets added even if not present in orig doc.
There was a problem that in style.xml and document.xml in <w:ind> tag "right" & "left" margin attributes gets added(w:right=0 & w:left=0),if these attributes are not set in original document. (In this case LO should not write these attributes in <w:ind>) eg. if original doc has implicit right and left indentation values set(In style.xml) and there is no explicit values provided for some para (In document.xml) still it used to write w:right=0 and w:left=0 in <w:ind> tag of document.xml which overrides an entry from style.xml. XML difference : - Original file: <w:ind w:left="567" /> - Roundtrip file Before Fix: <w:ind w:left="567" w:right="0" w:hanging="0"/> - Roundtrip file After Fix: <w:ind w:left="567" w:hanging="0"/> Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7816 Change-Id: Ifa01bae24d48bb38d5e255356247c46a43beefcc
Diffstat (limited to 'wizards/com/sun/star/wizards/letter')
0 files changed, 0 insertions, 0 deletions