| commit | 4b893906984a4620fda7e1914f0d1ea3416ef42c | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Tue May 14 21:25:07 2019 +0000 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Sat May 25 00:07:31 2019 +0200 |
| tree | e176e631e8c1ac11a38680628a835ca5c91f2be7 | |
| parent | 7f3d3e74fdcffb55da7fd7f55ac4c1f85d35745c [diff] |
Fix typo Change-Id: Id54e7c4fb977a41e6a4a20d51543c45a9283480a Reviewed-on: https://gerrit.libreoffice.org/72879 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index eca1877..9c8a00e 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -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 ); }