Kaydet (Commit) 88e17ec4 authored tarafından Julien Nabet's avatar Julien Nabet

Follow 4a4b1df7

Change-Id: I46d62ec8b7f5347fe7a69e6eb7ac0f1affcfd5b8
Reviewed-on: https://gerrit.libreoffice.org/70342Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
üst 2c9298e4
...@@ -1165,7 +1165,7 @@ void ShapeExport::WriteGraphicObjectShapePart( const Reference< XShape >& xShape ...@@ -1165,7 +1165,7 @@ void ShapeExport::WriteGraphicObjectShapePart( const Reference< XShape >& xShape
mpURLTransformer->isExternalURL(sURL)); mpURLTransformer->isExternalURL(sURL));
mpFS->singleElementNS( XML_a, XML_hlinkClick, mpFS->singleElementNS( XML_a, XML_hlinkClick,
FSNS( XML_r,XML_id ), OUStringToOString( sRelId, RTL_TEXTENCODING_UTF8 ).getStr(), FSNS( XML_r,XML_id ), sRelId.toUtf8(),
FSEND ); FSEND );
} }
pFS->endElementNS(mnXmlNamespace, XML_cNvPr); pFS->endElementNS(mnXmlNamespace, XML_cNvPr);
......
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