summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);