oox/source/export/shapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8d8c3e1f689f1352424d3aacb323e23c9f71e9e Author: karthik <[email protected]> AuthorDate: Fri Dec 19 14:31:14 2025 +0530 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Dec 24 16:27:17 2025 +0100 Use correct progId for Draw OLE Objects This is related to commit 258face1158299af6c54c01f8f7a3c94006a7fdd Change-Id: Ib09fe15349113c389dcb867af11a06cad2108c03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195882 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> (cherry picked from commit f12ead65e2719ac71d222e535c15e15c1115971b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196195 diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index cb1e272f51d1..8d7bd7910920 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -227,7 +227,7 @@ static uno::Reference<io::XInputStream> lcl_StoreOwnAsOOXML( { {SO3_SW_CLASSID_60}, "MS Word 2007 XML", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "Word.Document.12", "docx" }, { {SO3_SC_CLASSID_60}, "Calc MS Excel 2007 XML", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "Excel.Sheet.12", "xlsx" }, { {SO3_SIMPRESS_CLASSID_60}, "Impress MS PowerPoint 2007 XML", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "PowerPoint.Show.12", "pptx" }, - { {SO3_SDRAW_CLASSID}, "draw8", "application/vnd.oasis.opendocument.graphics", "CollaboraOffice.DrawDocument.1", "odg" }, + { {SO3_SDRAW_CLASSID}, "draw8", "application/vnd.oasis.opendocument.graphics", "LibreOffice.DrawDocument.1", "odg" }, { {SO3_SCH_CLASSID_60}, "unused", "", "", "" }, { {SO3_SM_CLASSID_60}, "unused", "", "", "" }, };
