summaryrefslogtreecommitdiff
path: root/sd/source/filter/sdfilter.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-16 09:59:48 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-16 10:01:21 -0300
commitfe794eaa03c198320e525725ec1fe51210df9775 (patch)
tree72dfe2c692cc6e651bf60e90e45f6c7972643101 /sd/source/filter/sdfilter.cxx
parent8fd72efca9564b94e0c9974ac1bbfbd0115b0027 (diff)
More RTL_CONSTASCII_USTRINGPARAM removals
sd/filter
Diffstat (limited to 'sd/source/filter/sdfilter.cxx')
-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 00169331c133..ec245925a3af 100644
--- a/sd/source/filter/sdfilter.cxx
+++ b/sd/source/filter/sdfilter.cxx
@@ -76,7 +76,7 @@ SdFilter::~SdFilter()
::rtl::OUString SdFilter::ImplGetFullLibraryName( const ::rtl::OUString& rLibraryName ) const
{
- String aTemp(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SVLIBRARY("?"))));
+ String aTemp(::rtl::OUString(SVLIBRARY("?")));
xub_StrLen nIndex = aTemp.Search( (sal_Unicode)'?' );
aTemp.Replace( nIndex, 1, rLibraryName );
::rtl::OUString aLibraryName( aTemp );