diff options
author | obo <obo@openoffice.org> | 2010-06-14 16:03:23 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-14 16:03:23 +0200 |
commit | c9167b569a204a3e2da4b73e176bb226993077cc (patch) | |
tree | 1bf7d45ed4e90bffe6468f31a440886edc77533d /uui | |
parent | 1f5cd36bf9f661f24479134734a407676eda4f64 (diff) | |
parent | bb61a22a7c848d3079c26285b3c09d9b59d46a2c (diff) |
CWS-TOOLING: integrate CWS pdfextfix03
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 4183b852735e..2b0182fd2a83 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -684,5 +684,17 @@ UUIInteractionHelper::handlePasswordRequest( true /* bool bMSCryptoMode */); return true; } + + task::PasswordRequest aPasswordRequest; + if( aAnyRequest >>= aPasswordRequest ) + { + handlePasswordRequest_(getParentProperty(), + aPasswordRequest.Mode, + rRequest->getContinuations(), + rtl::OUString(), + false /* bool bMSCryptoMode */); + return true; + } + return false; } |