summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-04 13:25:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 13:25:42 +0000
commit7a435a8fa47604cdea8a89894e75494a1a017cd8 (patch)
tree85a95a033f638e5f04da838f6f6edb366eb2d6ee /sd/source/filter
parent2cb30ad248573a613a3871ac78c5007b633d3d64 (diff)
use RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/sdfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/sdfilter.cxx b/sd/source/filter/sdfilter.cxx
index d43993fffd6c..c92ccfb06351 100644
--- a/sd/source/filter/sdfilter.cxx
+++ b/sd/source/filter/sdfilter.cxx
@@ -79,7 +79,7 @@ SdFilter::~SdFilter()
::rtl::OUString SdFilter::ImplGetFullLibraryName( const ::rtl::OUString& rLibraryName ) const
{
- String aTemp( ::rtl::OUString::createFromAscii( SVLIBRARY( "?" ) ) );
+ String aTemp(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SVLIBRARY("?"))));
xub_StrLen nIndex = aTemp.Search( (sal_Unicode)'?' );
aTemp.Replace( nIndex, 1, rLibraryName );
::rtl::OUString aLibraryName( aTemp );