CWS-TOOLING: integrate CWS pdfextfix03
This commit is contained in:
@@ -684,5 +684,17 @@ UUIInteractionHelper::handlePasswordRequest(
|
|||||||
true /* bool bMSCryptoMode */);
|
true /* bool bMSCryptoMode */);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task::PasswordRequest aPasswordRequest;
|
||||||
|
if( aAnyRequest >>= aPasswordRequest )
|
||||||
|
{
|
||||||
|
handlePasswordRequest_(getParentProperty(),
|
||||||
|
aPasswordRequest.Mode,
|
||||||
|
rRequest->getContinuations(),
|
||||||
|
rtl::OUString(),
|
||||||
|
false /* bool bMSCryptoMode */);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user