summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-06 13:12:42 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:42 +0200
commit7473e8a4569227b692f30793276f1c1b4de7532b (patch)
treefa649feb45f8d4ae58b4cdf3c27c2fab70fe46b9 /sd/source/ui/unoidl
parent80ef151d967540dfcac54572e6eee643a71ff8c0 (diff)
convert vcl/graphicfilter.hxx from String to OUString
Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/sddetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx
index db4d7324334c..ecf492f1a732 100644
--- a/sd/source/ui/unoidl/sddetect.cxx
+++ b/sd/source/ui/unoidl/sddetect.cxx
@@ -377,7 +377,7 @@ OUString SAL_CALL SdFilterDetect::detect( Sequence< beans::PropertyValue >& lDes
// vector graphic?
pStm->Seek( STREAM_SEEK_TO_BEGIN );
- const String aFileName( aMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) );
+ const OUString aFileName( aMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) );
GraphicDescriptor aDesc( *pStm, &aFileName );
if( !aDesc.Detect( sal_False ) )
{