diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 14:59:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 14:59:33 +0200 |
commit | edffb444c07f4a928506436a5b50de3fa0ea4bf3 (patch) | |
tree | b6b14b6028daf884b62f51757f5a05961606aad1 /xmloff | |
parent | ccdd9a2c549d32f1c53437f17510af1ac9de5efe (diff) |
loplugin:stringconcat
Change-Id: Iaa5df366118b8766b47e7bd4e9875c44c0e5d8d9
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 2d23a8b8eee1..da6785be767c 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -3264,7 +3264,7 @@ static void lcl_StoreGltfFallback( xFallbackTransaction->commit(); } - const OUString sFallbackURL( sUrlPath.copy(0,sUrlPath.lastIndexOf("/")) + "/" + "Fallbacks" + "/" + sModelName + ".png"); + const OUString sFallbackURL( sUrlPath.copy(0,sUrlPath.lastIndexOf("/")) + "/Fallbacks/" + sModelName + ".png"); rExport.AddAttribute(XML_NAMESPACE_XLINK, XML_HREF, sFallbackURL ); rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_TYPE, XML_SIMPLE ); rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_SHOW, XML_EMBED ); |