summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 11:24:40 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:53 +0200
commit96b5d4f62709a7db0c1a85f35938abdedea578e3 (patch)
tree3b607833b0af872fe7d0a4e88dd1f9177c1dda1f /uui/source/iahndl-authentication.cxx
parent4386863e1a5b3aebaded5ff66e4bd29ca7ce67d0 (diff)
uui: prefer passing OUString by reference
Change-Id: Iec1fb3fd063d73f04a1600a21d6129e4cd5476b4
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 2050f382e9d0..ae579e6a6661 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -507,7 +507,7 @@ executePasswordDialog(
Window * pParent,
LoginErrorInfo & rInfo,
task::PasswordRequestMode nMode,
- OUString aDocName,
+ const OUString& aDocName,
bool bMSCryptoMode,
bool bIsPasswordToModify,
bool bIsSimplePasswordRequest )
@@ -569,7 +569,7 @@ handlePasswordRequest_(
task::PasswordRequestMode nMode,
uno::Sequence< uno::Reference< task::XInteractionContinuation > > const &
rContinuations,
- OUString aDocumentName,
+ const OUString& aDocumentName,
bool bMSCryptoMode,
bool bIsPasswordToModify,
bool bIsSimplePasswordRequest = false )