[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 24 22:08:56 UTC 2019
extensions/source/dbpilots/controlwizard.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4b893906984a4620fda7e1914f0d1ea3416ef42c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:07 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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 );
}
More information about the Libreoffice-commits
mailing list