summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-17 21:29:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-31 08:00:44 +0100
commit639013342e216776d1c6a8a6ff3ce29d1355b8ea (patch)
tree2d2a7e54ad9db27027fa015a63cfaeed9e31fa83 /connectivity/source/cpool
parent082144fa0fb2021cfb41494bb6eb5bf417e58ab1 (diff)
Fix typo
Change-Id: I300c411e02e162d11e10ed1bce8152725f5ad52d Reviewed-on: https://gerrit.libreoffice.org/65762 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZPooledConnection.hxx2
1 files changed, 1 insertions, 1 deletions
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: