dbaccess/source/core/api/RowSet.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 294cea0f5b84e6d9e0b508e0c181c77f526264ae Author: Lionel Elie Mamane <lio...@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 <lio...@mamane.lu> Tested-by: Lionel Elie Mamane <lio...@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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits