summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xuser.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-11 14:38:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-13 08:06:01 +0200
commitad4c8fed1b1b95fb502a011bb5fce5b8cb9d840d (patch)
treef32701b4dda93e2066c481ea6e769fbe000f63fa /connectivity/source/drivers/postgresql/pq_xuser.cxx
parentcb523c9b12dce59e2df00a4fb1a8ec33e8206407 (diff)
loplugin:sequentialassign in codemaker..connectivity
Change-Id: I9776431ebce95a88ae42715aaba2ddc28fb52471 Reviewed-on: https://gerrit.libreoffice.org/70642 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xuser.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xuser.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xuser.cxx b/connectivity/source/drivers/postgresql/pq_xuser.cxx
index 46d527f8bd73..e37d71ea062a 100644
--- a/connectivity/source/drivers/postgresql/pq_xuser.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xuser.cxx
@@ -96,9 +96,7 @@ Sequence< sal_Int8> User::getImplementationId()
Any User::queryInterface( const Type & reqType )
{
- Any ret;
-
- ret = ReflectionBase::queryInterface( reqType );
+ Any ret = ReflectionBase::queryInterface( reqType );
if( ! ret.hasValue() )
ret = ::cppu::queryInterface(
reqType,