diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 12:10:55 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-15 07:52:19 +0100 |
commit | a8f31d5120c2ae9109d316db73b5adf9cb26c892 (patch) | |
tree | 98331d6edfca63fe73515f8edbe3d88a83022313 /extensions | |
parent | cab6e6836973a9ddfc5ed9df757e07138328c1c3 (diff) |
Fix typos
Change-Id: I8bdced3fa572074aedabdcfce841adf525ae8b81
Reviewed-on: https://gerrit.libreoffice.org/44710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 496b52dd0e58..54d10fd2c036 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -438,7 +438,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 get's another connection) + // for this, use a 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 ); } |