summaryrefslogtreecommitdiffstats
path: root/forms/source/helper/urltransformer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-22 14:46:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-22 17:37:58 +0100
commite29d89545eb4c714e6e7c82dbfb780097ee6745d (patch)
treee05c568e14e2a9ffab21819add7a2fb89f9674eb /forms/source/helper/urltransformer.cxx
parentcache error strings for ScTable::validQuery() (tdf#133835) (diff)
downloadcore-e29d89545eb4c714e6e7c82dbfb780097ee6745d.tar.gz
core-e29d89545eb4c714e6e7c82dbfb780097ee6745d.zip
improve method naming
Change-Id: I9a45839f6566caf41ccee2f8d149b4d0c60c3503 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125663 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 );
}