summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-20 23:53:54 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-20 23:53:54 +0100
commitd593eb380439af733b78436a9004061de5ca9e52 (patch)
tree8272abc16c02fade4b5e30975c7a68e47b2449aa /sfx2/source/appl
parent53bd41bbf733c47dc8d7b9dd699b1953d97f87fc (diff)
TL_CONSTASCII_USTRINGPARAM in libs core 29
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/helpinterceptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx
index a07579f9db..4dc6dd9988 100644
--- a/sfx2/source/appl/helpinterceptor.cxx
+++ b/sfx2/source/appl/helpinterceptor.cxx
@@ -162,7 +162,7 @@ Reference< XDispatch > SAL_CALL HelpInterceptor_Impl::queryDispatch(
// INetURLObject aObj( aURL.Complete );
// sal_Bool bHelpURL = ( aObj.GetProtocol() == INET_PROT_VND_SUN_STAR_HELP );
- BOOL bHelpURL = aURL.Complete.toAsciiLowerCase().match(rtl::OUString::createFromAscii("vnd.sun.star.help"),0);
+ BOOL bHelpURL = aURL.Complete.toAsciiLowerCase().match(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.star.help")),0);
if ( bHelpURL )
{