diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-12 22:01:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-13 08:28:35 +0200 |
commit | eb5de8ec13b1db3a3e62622db2d87a77846a3b16 (patch) | |
tree | f2fd141eca4a6b28538ffe4ecb9ea085c7d9d6d8 /dbaccess | |
parent | ab3eabe438880d6c0fc7dab99a8537d873da3f05 (diff) |
loplugin:unusedvariableplus
Change-Id: I58a466ac18debafa3bc2ff31c648ff51e126ab8f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94083
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetCache.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index eea0ecde4ae2..21098ccacdfb 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -142,7 +142,6 @@ ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs, bool bNeedKeySet = !bBookmarkable || (xPropInfo->hasPropertyByName(PROPERTY_RESULTSETCONCURRENCY) && ::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurrency::READ_ONLY); - Reference< XIndexAccess> xUpdateTableKeys; OUString aUpdateTableName = _rUpdateTableName; Reference< XConnection> xConnection; // first we need a connection |