[Libreoffice-commits] core.git: oox/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 6 10:10:13 UTC 2019


 oox/source/export/shapes.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75b0d906e386dae635ca51564da42d62928ffba9
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Apr 6 11:19:07 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 6 12:09:49 2019 +0200

    Fix 6a9cf9ba2d37fee9b7c2f190b347e0d7c4a2676a
    
    Change-Id: If025c21f3961372f861c8bb9df722fbdae5cc3cb
    Reviewed-on: https://gerrit.libreoffice.org/70339
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 0b28f58003a7..a67fed10124c 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 ), USS( sRelId ),
+        FSNS( XML_r,XML_id ), OUStringToOString( sRelId, RTL_TEXTENCODING_UTF8 ).getStr(),
         FSEND );
     }
     pFS->endElementNS(mnXmlNamespace, XML_cNvPr);


More information about the Libreoffice-commits mailing list