Kaydet (Commit) 2d05d0ed authored tarafından Christian Barth's avatar Christian Barth Kaydeden (comit) Julien Nabet

tdf#107197: Replace relationship URI

replaced URI in oox/source/export/

Change-Id: Ida65ee05cd0dc66ccdd3253260c6523ffd5ceae2
Signed-off-by: 's avatarChristian Barth <Christian.Barth@zoho.com>
Reviewed-on: https://gerrit.libreoffice.org/40996Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst c8696bd3
...@@ -516,7 +516,7 @@ void ChartExport::WriteChartObj( const Reference< XShape >& xShape, sal_Int32 nC ...@@ -516,7 +516,7 @@ void ChartExport::WriteChartObj( const Reference< XShape >& xShape, sal_Int32 nC
sRelativeStream, sRelativeStream,
pFS->getOutputStream(), pFS->getOutputStream(),
"application/vnd.openxmlformats-officedocument.drawingml.chart+xml", "application/vnd.openxmlformats-officedocument.drawingml.chart+xml",
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart", rtl::OUStringToOString(oox::getRelationship(Relationship::CHART), RTL_TEXTENCODING_UTF8).getStr(),
&sId ); &sId );
XmlFilterBase* pFB = GetFB(); XmlFilterBase* pFB = GetFB();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment