summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 16:47:04 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:38 +0200
commit92ee5e9433dec432508175ce9f061b00e35906cb (patch)
treeb91c60367a91ec92c7c2e2bc314f26744866df7f /svgio
parent9fc44bd23535d92e216b5244b97d587f570a8c31 (diff)
convert last bits of String to OUString in svgio module
Change-Id: Ic056c83ba239e3c9066026a95d1b01d0b1fc5539
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgimagenode.cxx2
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);