summaryrefslogtreecommitdiffstats
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 d166a85f6c39..8f7394b96ca4 100644
--- a/forms/source/helper/urltransformer.cxx
+++ b/forms/source/helper/urltransformer.cxx
@@ -71,10 +71,10 @@ namespace frm
}
- void UrlTransformer::parseSmartWithAsciiProtocol( css::util::URL& _rURL, const OUString& _rAsciiURL ) const
+ void UrlTransformer::parseSmartWithProtocol( css::util::URL& _rURL, const OUString& _rProtocol ) const
{
if ( implEnsureTransformer() )
- m_xTransformer->parseSmart( _rURL, _rAsciiURL );
+ m_xTransformer->parseSmart( _rURL, _rProtocol );
}