extensions/source/dbpilots/controlwizard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4b893906984a4620fda7e1914f0d1ea3416ef42c Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:07 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 25 00:07:31 2019 +0200 Fix typo Change-Id: Id54e7c4fb977a41e6a4a20d51543c45a9283480a Reviewed-on: https://gerrit.libreoffice.org/72879 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index eca18774260a..9c8a00ee21d8 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 ); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
