Kaydet (Commit) 63901334 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I300c411e02e162d11e10ed1bce8152725f5ad52d
Reviewed-on: https://gerrit.libreoffice.org/65762
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 082144fa
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment