summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorTushar Bende <tushar.bende@synerzip.com>2014-03-05 11:25:35 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-05 04:22:30 -0600
commit7b7b64f26b9ef4ed717506f689d6d870305cb2bb (patch)
tree0a1461aa5f5d10e0ac4e2e66943b02ba9fc42002 /helpcontent2
parent9a7ca779cdd3007df4e1425d296ba83091a4044d (diff)
fdo#75557 : OLE Objects of type .zip not being preserved in RT
Problem was Document containing ole object if RoundTripped then after Roundtripping the OLE object was not working. Which means if doc contains .zip file as ole object then after RoundTripping that .zip object was not getting opened . Reason found that it was because of missing o:title attribute during RoundTrip for <v:imagedata> inside <v:shape>. XML file difference : In document.xml, Before - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole=""> <v:imagedata r:id="rId3" /> </v:shape> After - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole=""> <v:imagedata r:id="rId3" o:title="" /> </v:shape> Verified that code changes working for other ole objects as well which are: Equations ,Excel Sheet and .zip. Change-Id: I813de38bcd6e334ce38a661fdfcfa434ef246ed0 Reviewed-on: https://gerrit.libreoffice.org/8458 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'helpcontent2')
0 files changed, 0 insertions, 0 deletions