summaryrefslogtreecommitdiffstats
path: root/package/source/xstor/selfterminatefilestream.cxx
diff options
context:
space:
mode:
authorpjacquod <pjacquod@alumni.ethz.ch>2010-11-16 00:36:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-11-17 16:36:00 +0000
commitccbda8e821515ac24e11816fb8deb8a655de28b8 (patch)
tree014750dc60afc80e258b49113676bfbdceed0abb /package/source/xstor/selfterminatefilestream.cxx
parentRTL_CONSTASCII_USTRINGPARAM in components misc (diff)
downloadcore-ccbda8e821515ac24e11816fb8deb8a655de28b8.tar.gz
core-ccbda8e821515ac24e11816fb8deb8a655de28b8.zip
RTL_CONSTASCII_USTRINGPARAM in components - xstor
components/package/source/xstor should be OK now
Diffstat (limited to 'package/source/xstor/selfterminatefilestream.cxx')
-rw-r--r--package/source/xstor/selfterminatefilestream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/selfterminatefilestream.cxx b/package/source/xstor/selfterminatefilestream.cxx
index b69170a57791..bb4cde077011 100644
--- a/package/source/xstor/selfterminatefilestream.cxx
+++ b/package/source/xstor/selfterminatefilestream.cxx
@@ -48,7 +48,7 @@ OSelfTerminateFileStream::OSelfTerminateFileStream( const uno::Reference< lang::
// otherwise an exception is thrown in constructor
m_xFileAccess.set( xOwnFactory->createInstance (
- ::rtl::OUString::createFromAscii( "com.sun.star.ucb.SimpleFileAccess" ) ),
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.SimpleFileAccess") ) ),
uno::UNO_QUERY_THROW );
m_xInputStream.set( m_xFileAccess->openFileRead( aURL ), uno::UNO_SET_THROW );