summaryrefslogtreecommitdiff
path: root/filter/source/graphic/GraphicExportFilter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-13 17:27:03 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:13 +0200
commited53efd9dba377a47765e2633163ca8714c81390 (patch)
tree06a0195d1f23d3e6046a988c2c175d92766c2068 /filter/source/graphic/GraphicExportFilter.cxx
parent9d2016516b384e79fc0a80639ea4ae8356e5d98a (diff)
convert remains of filter module from String to OUString
Change-Id: I87b1d2d944ba2b6e2e42adb2c948fff85ec021e1
Diffstat (limited to 'filter/source/graphic/GraphicExportFilter.cxx')
-rw-r--r--filter/source/graphic/GraphicExportFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphic/GraphicExportFilter.cxx b/filter/source/graphic/GraphicExportFilter.cxx
index 43c65e71d004..57774aab33a9 100644
--- a/filter/source/graphic/GraphicExportFilter.cxx
+++ b/filter/source/graphic/GraphicExportFilter.cxx
@@ -126,7 +126,7 @@ sal_Bool SAL_CALL GraphicExportFilter::filter( const Sequence<PropertyValue>& rD
SvMemoryStream aMemStream;
const GraphicConversionParameters aParameters(aTargetSizePixel, true, true);
- const sal_uInt16 nResult = rFilter.ExportGraphic( aGraphic.GetBitmapEx(aParameters), String(), aMemStream, nFilterFormat, &aFilterData );
+ const sal_uInt16 nResult = rFilter.ExportGraphic( aGraphic.GetBitmapEx(aParameters), OUString(), aMemStream, nFilterFormat, &aFilterData );
if ( nResult == GRFILTER_OK )
{