https://bugs.documentfoundation.org/show_bug.cgi?id=153403

--- Comment #4 from Luke <lukebe...@hotmail.com> ---
FILESAVE Steps to reproduce from Bug 153404 
1. In Impress save Accessibility.odp as pptx (2007-365) 
2. Close
3. Open pptx
4. Right click on image
5. Description -> Text Alternative

Expected Results:
1. Text Alternative = "ImAltText"

Actual Results:
1. Text Alternative = Blank

the exported OOXML
reads:
<p:cNvPr name="ImName" id="41" descr="ImDesc"/>
when it should read:
<p:cNvPr title="ImAltText" name="ImName" id="2" descr="ImDescW">

like Bug 148952 we do not handle title="ImAltText" on import.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to