fdo#78590: Fix for Corruption of para with framePr & drawing object into para
commit1c876f5616522ab695de8c0316cdb0c601081815
authorRohit Deshmukh <rohit.deshmukh@synerzip.com>
Fri, 13 Jun 2014 06:09:56 +0000 (13 11:39 +0530)
committerMiklos Vajna <vmiklos@collabora.co.uk>
Thu, 19 Jun 2014 11:01:17 +0000 (19 11:01 +0000)
treecca50a93dbf02fe9e9e6b8935a2a4496b051f642
parentee9e8f677103f3b93faaef55832fb704f95e0a4b
fdo#78590: Fix for Corruption of para with framePr & drawing object into para

Issue:
 - File contains paragraph with framePr have graphic object in it.
 - So Libreoffice converts framePr into textbox.
 - So after saving file textbox gets exported with drawing object.
 - MS office does not allowed drawing object inside tetxbox.

Change-Id: I673e0e9f6681a189bde1c63a8cb7aea2cac0ab41
Fix: - Export framePr into paragraph and igonre exporting of
       dummy textbox added by LO for framePr.
Reviewed-on: https://gerrit.libreoffice.org/9389
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
sw/qa/extras/ooxmlexport/data/FDO78590.docx [new file with mode: 0644]
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
sw/source/core/unocore/unoframe.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.hxx
sw/source/filter/ww8/docxsdrexport.cxx
sw/source/filter/ww8/docxsdrexport.hxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx