connectivity/source/cpool/ZPooledConnection.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 639013342e216776d1c6a8a6ff3ce29d1355b8ea
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Dec 17 21:29:57 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
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 <serval2...@yahoo.fr>

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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to