summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-25 22:29:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-26 10:05:16 +0100
commitb6ed25dd5d4a823f347c6e67fe1893f728531ca3 (patch)
treeb6cc60e8c7307df6efed6432274814d426b0c13e /filter
parenticu libs are external (diff)
downloadcore-b6ed25dd5d4a823f347c6e67fe1893f728531ca3.tar.gz
core-b6ed25dd5d4a823f347c6e67fe1893f728531ca3.zip
fix STRING->USTRING bug hidden behind ifdef
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 8bfe1444d6e0..d6dd612b80e7 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -713,7 +713,7 @@ void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData ) const
String aURLStr;
- if( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( String( RTL_CONSTASCII_STRINGPARAM( "d:\\ashape.dbg" ) ), aURLStr ) )
+ if( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("d:\\ashape.dbg")), aURLStr ) )
{
SvStream* pOut = ::utl::UcbStreamHelper::CreateStream( aURLStr, STREAM_WRITE );