summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-authentication.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 4835a485dd2a..ec888dca9e4a 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -672,7 +672,6 @@ UUIInteractionHelper::handlePasswordRequest(
{
nMode = aDocumentPasswordRequest.Mode;
aDocumentName = aDocumentPasswordRequest.Name;
- OSL_ENSURE( !bIsPasswordToModify, "bIsPasswordToModify should be false" );
bDoHandleRequest = true;
break; // do
@@ -696,7 +695,6 @@ UUIInteractionHelper::handlePasswordRequest(
nMode = aDocumentMSPasswordRequest.Mode;
aDocumentName = aDocumentMSPasswordRequest.Name;
nMaxPasswordLen = 15;
- OSL_ENSURE( !bIsPasswordToModify, "bIsPasswordToModify should be false" );
bDoHandleRequest = true;
break; // do