From 92ee5e9433dec432508175ce9f061b00e35906cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Sep 2013 16:47:04 +0200 Subject: convert last bits of String to OUString in svgio module Change-Id: Ic056c83ba239e3c9066026a95d1b01d0b1fc5539 --- svgio/source/svgreader/svgimagenode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio/source') 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); -- cgit