• Yogesh Bharate's avatar
    fdo#79968: & fdo#79969: Fix for embedded powerpoint & excel sheet in docx. · 9f878507
    Yogesh Bharate yazdı
    Problem Description:
    fdo#79968:
    1. Document contains embedded powerpoint in docx.
    2. After RT, embedded powerpoint object is not preserved.
    3. In this case, .sldx is get converted to .bin due to this powerpoint slides
    is getting converted to picture.
    
    fdo#79969:
    1. Document contains embedded excel work sheet.
    2. After RT, embedded excel sheet is not preserved.
    3. In this case, .xlsm is get converted to .xls.
    4. Similar case happened with binary excel work sheet.
    
    Implementation:
    Added sMediaType, sRelationType & sFileExtension for embedded excel sheet,
    binary excel sheet & powerpoint slide.
    
    Conflicts:
    	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
    Reviewed on:
    	https://gerrit.libreoffice.org/9765
    
    Change-Id: I8f94e3f9293f2ac98b61f919d60ca556695b26c2
    9f878507