connectivity/source/cpool/ZPooledConnection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 639013342e216776d1c6a8a6ff3ce29d1355b8ea Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Dec 17 21:29:57 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 31 08:00:44 2018 +0100 Fix typo Change-Id: I300c411e02e162d11e10ed1bce8152725f5ad52d Reviewed-on: https://gerrit.libreoffice.org/65762 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/connectivity/source/cpool/ZPooledConnection.hxx b/connectivity/source/cpool/ZPooledConnection.hxx index 839cffe7c2ee..5f529f0c3c33 100644 --- a/connectivity/source/cpool/ZPooledConnection.hxx +++ b/connectivity/source/cpool/ZPooledConnection.hxx @@ -38,7 +38,7 @@ namespace connectivity class OPooledConnection : public ::cppu::BaseMutex ,public OPooledConnection_Base { - css::uno::Reference< css::sdbc::XConnection > m_xRealConnection; // the connection fom driver + css::uno::Reference< css::sdbc::XConnection > m_xRealConnection; // the connection from driver css::uno::Reference< css::lang::XComponent > m_xComponent; // the connection which wraps the real connection css::uno::Reference< css::reflection::XProxyFactory > m_xProxyFactory; public: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
