summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-11-12 21:02:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-11-13 06:35:19 +0100
commita34d9e36193821fdbc8fb7d6b3527daf076b2069 (patch)
tree1dce27319e0701699013916758775b3b84b8b8a3 /uui/source/iahndl-authentication.cxx
parentec3850e661e40c146edd55c6ad1fce3996e421c4 (diff)
loplugin:reftotemp in scripting..uui
Change-Id: I6953958b4429dd0fa1a44d02b0b49618f97baf90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176500 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r--uui/source/iahndl-authentication.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index fb3d6ce31120..6d280ebd0a82 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -656,7 +656,7 @@ UUIInteractionHelper::handlePasswordRequest(
// parameters to be filled for the call to handlePasswordRequest_
uno::Reference<awt::XWindow> xParent = getParentXWindow();
task::PasswordRequestMode nMode = task::PasswordRequestMode_PASSWORD_ENTER;
- uno::Sequence< uno::Reference< task::XInteractionContinuation > > const & rContinuations = rRequest->getContinuations();
+ uno::Sequence< uno::Reference< task::XInteractionContinuation > > const aContinuations = rRequest->getContinuations();
OUString aDocumentName;
sal_uInt16 nMaxPasswordLen = 0; // any length
bool bIsPasswordToModify = false;
@@ -715,7 +715,7 @@ UUIInteractionHelper::handlePasswordRequest(
if (bDoHandleRequest)
{
- handlePasswordRequest_( Application::GetFrameWeld(xParent), nMode, rContinuations,
+ handlePasswordRequest_( Application::GetFrameWeld(xParent), nMode, aContinuations,
aDocumentName, nMaxPasswordLen, bIsPasswordToModify );
return true;
}