summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 10:52:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-26 11:39:58 +0100
commit32b2a1831d819f73def1485d1589522cd19f9f6c (patch)
treec5cbc86dddf40295bf3c77770eb70a7c1a717f89 /dbaccess
parent484d0ea842da586a4cf51b6d11683b04f234474c (diff)
Fix typos
Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad Reviewed-on: https://gerrit.libreoffice.org/48546 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index e83c9e896abf..1633376d7653 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -526,7 +526,7 @@ void SAL_CALL ORowSet::disposing()
xComponent->removeEventListener(xEvt);
}
- m_aActiveConnection = Any(); // the any conatains a reference too
+ m_aActiveConnection = Any(); // the any contains a reference too
if(m_bOwnConnection)
::comphelper::disposeComponent(m_xActiveConnection);
m_xActiveConnection = nullptr;