Kaydet (Commit) 8385aa5f authored tarafından Michael Stahl's avatar Michael Stahl

TransferableHelper: fix annoying assertion "bad pCharClass"

The % must be URI encoded, not acceptable.

Change-Id: I1274170275d1a1432fb2f933cbd3c6ee8c35d436
üst f0f2efae
...@@ -181,7 +181,7 @@ static ::rtl::OUString ImplGetParameterString( const TransferableObjectDescripto ...@@ -181,7 +181,7 @@ static ::rtl::OUString ImplGetParameterString( const TransferableObjectDescripto
pToAccept[nBInd] = sal_False; pToAccept[nBInd] = sal_False;
const char aQuotedParamChars[] = const char aQuotedParamChars[] =
"()<>@,;:\\\"/[]?=!#$%&'*+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz{|}~. "; "()<>@,;:\\\"/[]?=!#$&'*+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz{|}~. ";
for ( sal_Int32 nInd = 0; nInd < RTL_CONSTASCII_LENGTH(aQuotedParamChars); ++nInd ) for ( sal_Int32 nInd = 0; nInd < RTL_CONSTASCII_LENGTH(aQuotedParamChars); ++nInd )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment