[Libreoffice-commits] core.git: connectivity/source
Julien Nabet
serval2412 at yahoo.fr
Sun Oct 8 18:41:13 UTC 2017
connectivity/source/drivers/odbc/OResultSet.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9bc7de59a438087a3b57973126730cb48b06ca79
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Oct 8 20:40:05 2017 +0200
Remove extra line added by mistake
Change-Id: I75141d99744bf3133b6c64aec9a56db13f836d0c
Reviewed-on: https://gerrit.libreoffice.org/43264
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/odbc/OResultSet.cxx b/connectivity/source/drivers/odbc/OResultSet.cxx
index 3db3862ae557..97768116d1e9 100644
--- a/connectivity/source/drivers/odbc/OResultSet.cxx
+++ b/connectivity/source/drivers/odbc/OResultSet.cxx
@@ -166,7 +166,6 @@ OResultSet::~OResultSet()
{
setStmtOption<SQLLEN*, SQL_IS_POINTER>(SQL_ATTR_FETCH_BOOKMARK_PTR, nullptr);
setStmtOption<SQLUSMALLINT*, SQL_IS_POINTER>(SQL_ATTR_ROW_STATUS_PTR, nullptr);
-
}
void OResultSet::construct()
More information about the Libreoffice-commits
mailing list