[Libreoffice-commits] core.git: dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Sun Jan 25 10:18:35 PST 2015
dbaccess/source/core/api/RowSet.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 294cea0f5b84e6d9e0b508e0c181c77f526264ae
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Sun Jan 25 19:01:19 2015 +0100
that better be the case
Change-Id: Ic0262292e207146c563b8830243a80104f94f903
Reviewed-on: https://gerrit.libreoffice.org/14176
Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
Tested-by: Lionel Elie Mamane <lionel at mamane.lu>
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 079673d..c28763f 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -315,6 +315,7 @@ void SAL_CALL ORowSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const
case PROPERTY_ID_ACTIVE_CONNECTION:
// the new connection
{
+ assert(m_aActiveConnection == rValue);
Reference< XConnection > xNewConnection(m_aActiveConnection,UNO_QUERY);
setActiveConnection(xNewConnection, false);
}
More information about the Libreoffice-commits
mailing list