summaryrefslogtreecommitdiff
path: root/framework/source/services/urltransformer.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-20 12:20:55 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-20 12:20:55 +0100
commitbc724f0c0062f0d76f9f9412ca5581b4cd0d115d (patch)
treef4737a923898b6abc15c4fa0151fd7b50fc9af18 /framework/source/services/urltransformer.cxx
parent82e54f6a8f96840b894efb30be5279767e709d4f (diff)
TL_CONSTASCII_USTRINGPARAM in libs core 24
Diffstat (limited to 'framework/source/services/urltransformer.cxx')
-rw-r--r--framework/source/services/urltransformer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx
index 16c5dae13072..01e52f0f30cd 100644
--- a/framework/source/services/urltransformer.cxx
+++ b/framework/source/services/urltransformer.cxx
@@ -350,7 +350,7 @@ sal_Bool SAL_CALL URLTransformer::assemble( URL& aURL ) throw( RuntimeException
if ( !bWithPassword && aTestURL.Password.getLength() > 0 )
{
// Exchange password text with other placeholder string
- aTestURL.Password = ::rtl::OUString::createFromAscii( "<******>" );
+ aTestURL.Password = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("<******>"));
assemble( aTestURL );
}