Type required
Title INetURLObject::translateToInternal/External lost parameter
Posted by [EMAIL PROTECTED]
Affected ,-
Effective from CWS warnings01


Summary

tools/urlobj.hxx:

- INetURLObject::translateToExternal(ByteString const &, rtl::OUString &, EncodeMechanism = WAS_ENCODED, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
+ INetURLObject::translateToExternal(ByteString const &, rtl::OUString &, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
- INetURLObject::translateToExternal(rtl::OUString const &, rtl::OUString &, EncodeMechanism = WAS_ENCODED, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
+ INetURLObject::translateToExternal(rtl::OUString const &, rtl::OUString &, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
- INetURLObject::translateToInternal(ByteString const &, rtl::OUString &, EncodeMechanism = WAS_ENCODED, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
+ INetURLObject::translateToInternal(ByteString const &, rtl::OUString &, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
- INetURLObject::translateToInternal(rtl::OUString const &, rtl::OUString &, EncodeMechanism = WAS_ENCODED, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
+ INetURLObject::translateToInternal(rtl::OUString const &, rtl::OUString &, DecodeMechanism = DECODE_TO_IURI, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);


Description
The EncodeMechanism was not used by the implementations of those
functions, anyway. All affected code has been adapted accordingly.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to