summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/urltransformer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/urltransformer.hxx')
-rw-r--r--forms/source/inc/urltransformer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/urltransformer.hxx b/forms/source/inc/urltransformer.hxx
index 191313c431b5..3cfe225945bb 100644
--- a/forms/source/inc/urltransformer.hxx
+++ b/forms/source/inc/urltransformer.hxx
@@ -49,10 +49,10 @@ namespace frm
css::util::URL
getStrictURLFromAscii( const char* _pAsciiURL ) const;
- /** parses a given URL smartly, with a protocol given by ASCII string
+ /** parses a given URL smartly, with a given protocol
*/
void
- parseSmartWithAsciiProtocol( css::util::URL& _rURL, const OUString& _rAsciiURL ) const;
+ parseSmartWithProtocol( css::util::URL& _rURL, const OUString& _rProtocol ) const;
private:
/** ensures that we have a URLTransformer instance in <member>m_xTransformer</member>