diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-20 16:47:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:38 +0200 |
commit | 92ee5e9433dec432508175ce9f061b00e35906cb (patch) | |
tree | b91c60367a91ec92c7c2e2bc314f26744866df7f /svgio/source | |
parent | 9fc44bd23535d92e216b5244b97d587f570a8c31 (diff) |
convert last bits of String to OUString in svgio module
Change-Id: Ic056c83ba239e3c9066026a95d1b01d0b1fc5539
Diffstat (limited to 'svgio/source')
-rw-r--r-- | svgio/source/svgreader/svgimagenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx index f47cf9942a2b..30300e0e0513 100644 --- a/svgio/source/svgreader/svgimagenode.cxx +++ b/svgio/source/svgreader/svgimagenode.cxx @@ -225,7 +225,7 @@ namespace svgio if(GRFILTER_OK == GraphicFilter::GetGraphicFilter().ImportGraphic( aGraphic, - String(), + OUString(), aStream)) { extractFromGraphic(aGraphic, aNewTarget, aViewBox, aBitmapEx); |