diff options
author | Christian Barth <Christian.Barth@zoho.com> | 2017-08-10 22:04:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-12 08:45:49 +0200 |
commit | 2d05d0ed9fabb001be8d4fb93e3ecf9323977f69 (patch) | |
tree | ce571fb614c3af87aea24a775dbecb1dce5fd55f /oox | |
parent | c8696bd396e013b07944930d4267bfc9da827d5a (diff) |
tdf#107197: Replace relationship URI
replaced URI in oox/source/export/
Change-Id: Ida65ee05cd0dc66ccdd3253260c6523ffd5ceae2
Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
Reviewed-on: https://gerrit.libreoffice.org/40996
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 5bf81ee1c821..f0536a1cbfaf 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -516,7 +516,7 @@ void ChartExport::WriteChartObj( const Reference< XShape >& xShape, sal_Int32 nC sRelativeStream, pFS->getOutputStream(), "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 ); XmlFilterBase* pFB = GetFB(); |