Kaydet (Commit) 4b893906 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Id54e7c4fb977a41e6a4a20d51543c45a9283480a
Reviewed-on: https://gerrit.libreoffice.org/72879
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 7f3d3e74
......@@ -437,7 +437,7 @@ namespace dbp
// set the new connection
if ( _bAutoDispose )
{
// for this, use a AutoDisposer (so the conn is cleaned up when the form dies or gets another connection)
// for this, use an AutoDisposer (so the conn is cleaned up when the form dies or gets another connection)
Reference< XRowSet > xFormRowSet( m_aContext.xForm, UNO_QUERY );
rtl::Reference<OAutoConnectionDisposer> pAutoDispose = new OAutoConnectionDisposer( xFormRowSet, _rxConn );
}
......
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