From 4b893906984a4620fda7e1914f0d1ea3416ef42c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:07 +0000 Subject: Fix typo Change-Id: Id54e7c4fb977a41e6a4a20d51543c45a9283480a Reviewed-on: https://gerrit.libreoffice.org/72879 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/dbpilots/controlwizard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 pAutoDispose = new OAutoConnectionDisposer( xFormRowSet, _rxConn ); } -- cgit