Kaydet (Commit) 6f644608 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert erroneous replacements

Change-Id: I5dbde1fe4eb406b9fc54d803fc912072000c650d
üst baee89d5
......@@ -318,7 +318,7 @@ void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException)
checkDisposed(OConnection_BASE::rBHelper.bDisposed);
}
disposeOnce();
dispose();
}
// XWarningsSupplier
......
......@@ -410,7 +410,7 @@ void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException)
checkDisposed(OResultSet_BASE::rBHelper.bDisposed);
}
disposeOnce();
dispose();
}
......
......@@ -133,7 +133,7 @@ void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException)
checkDisposed(OStatement_BASE::rBHelper.bDisposed);
}
disposeOnce();
dispose();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment