summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/auth_provider.cxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-15 09:41:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-15 13:36:07 +0100
commit96be489048ca97bfc07d4aa252675b76dfca73a2 (patch)
treeba8300a10d40a107e14112163535dfc34cb23532 /ucb/source/ucp/cmis/auth_provider.cxx
parent08b82fa3ee915666ef8b60aeb670c38f64553630 (diff)
loplugin:referencecasting in ucb
Change-Id: I7531ea30e8d141dce1d1bc27ffbca3fcf28d0ef5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110892 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/cmis/auth_provider.cxx')
-rw-r--r--ucb/source/ucp/cmis/auth_provider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.cxx b/ucb/source/ucp/cmis/auth_provider.cxx
index dd7b4f9f1e3c..5c2ded12986e 100644
--- a/ucb/source/ucp/cmis/auth_provider.cxx
+++ b/ucb/source/ucp/cmis/auth_provider.cxx
@@ -37,7 +37,7 @@ namespace cmis
STD_TO_OUSTR( username ),
STD_TO_OUSTR( password ),
false, false );
- xIH->handle( xRequest.get() );
+ xIH->handle( xRequest );
rtl::Reference< ucbhelper::InteractionContinuation > xSelection
= xRequest->getSelection();
@@ -99,7 +99,7 @@ namespace cmis
"http://localhost/LibreOffice?code=YOUR_CODE",
url_oustr );
- xIH->handle( xRequest.get() );
+ xIH->handle( xRequest );
rtl::Reference< ucbhelper::InteractionContinuation > xSelection
= xRequest->getSelection();
@@ -139,7 +139,7 @@ namespace cmis
= new ucbhelper::AuthenticationFallbackRequest (
"PIN:", "" );
- xIH->handle( xRequest.get() );
+ xIH->handle( xRequest );
rtl::Reference< ucbhelper::InteractionContinuation > xSelection
= xRequest->getSelection();