summaryrefslogtreecommitdiff
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 168c96d791e1..18a872ea9d93 100644
--- a/forms/source/inc/urltransformer.hxx
+++ b/forms/source/inc/urltransformer.hxx
@@ -49,12 +49,12 @@ namespace frm
/** returns a URL object for the given URL ASCII string
*/
css::util::URL
- getStrictURLFromAscii( const sal_Char* _pAsciiURL ) const;
+ getStrictURLFromAscii( const char* _pAsciiURL ) const;
/** parses a given URL smartly, with a protocol given by ASCII string
*/
void
- parseSmartWithAsciiProtocol( css::util::URL& _rURL, const sal_Char* _pAsciiURL ) const;
+ parseSmartWithAsciiProtocol( css::util::URL& _rURL, const char* _pAsciiURL ) const;
private:
/** ensures that we have a URLTransformer instance in <member>m_xTransformer</member>