oox/source/export/shapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 88e17ec42b60004b95fbe44b4100c83eddbaf4e6 Author: Julien Nabet <[email protected]> AuthorDate: Sat Apr 6 13:12:50 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Apr 6 14:02:57 2019 +0200 Follow 4a4b1df72909fe96acdbcb95f90e30bd1a79c5eb Change-Id: I46d62ec8b7f5347fe7a69e6eb7ac0f1affcfd5b8 Reviewed-on: https://gerrit.libreoffice.org/70342 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Jenkins diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index a67fed10124c..ecc14705a75b 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -1165,7 +1165,7 @@ void ShapeExport::WriteGraphicObjectShapePart( const Reference< XShape >& xShape mpURLTransformer->isExternalURL(sURL)); 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 ); } pFS->endElementNS(mnXmlNamespace, XML_cNvPr); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
