summaryrefslogtreecommitdiff
path: root/forms/source/helper/urltransformer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/urltransformer.cxx')
-rw-r--r--forms/source/helper/urltransformer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/helper/urltransformer.cxx b/forms/source/helper/urltransformer.cxx
index fa4655780e44..10f664705e61 100644
--- a/forms/source/helper/urltransformer.cxx
+++ b/forms/source/helper/urltransformer.cxx
@@ -65,13 +65,13 @@ namespace frm
}
- URL UrlTransformer::getStrictURLFromAscii( const sal_Char* _pAsciiURL ) const
+ URL UrlTransformer::getStrictURLFromAscii( const char* _pAsciiURL ) const
{
return getStrictURL( OUString::createFromAscii( _pAsciiURL ) );
}
- void UrlTransformer::parseSmartWithAsciiProtocol( css::util::URL& _rURL, const sal_Char* _pAsciiURL ) const
+ void UrlTransformer::parseSmartWithAsciiProtocol( css::util::URL& _rURL, const char* _pAsciiURL ) const
{
if ( implEnsureTransformer() )
m_xTransformer->parseSmart( _rURL, OUString::createFromAscii( _pAsciiURL ) );