summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.cxx2
-rw-r--r--uui/source/passwordcontainer.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 4b074d151984..7f31daafd5c2 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -883,7 +883,7 @@ UUIInteractionHelper::getInteractionHandlerList(
uno::Reference< container::XNameAccess > xNameAccess(
xInterface, uno::UNO_QUERY_THROW );
- uno::Sequence< OUString > aElems = xNameAccess->getElementNames();
+ const uno::Sequence< OUString > aElems = xNameAccess->getElementNames();
if ( aElems.hasElements() )
{
diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx
index c48f3cd2c029..a97725ef1ca3 100644
--- a/uui/source/passwordcontainer.cxx
+++ b/uui/source/passwordcontainer.cxx
@@ -360,7 +360,7 @@ PasswordContainerInteractionHandler::handleInteractionRequest(
if ( aAnyRequest >>= aURLAuthenticationRequest )
aURL = aURLAuthenticationRequest.URL;
- uno::Sequence< uno::Reference< task::XInteractionContinuation > >
+ const uno::Sequence< uno::Reference< task::XInteractionContinuation > >
rContinuations = rRequest->getContinuations();
uno::Reference< ucb::XInteractionSupplyAuthentication >