diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-08 23:16:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-09 09:55:19 +0100 |
commit | 5875a82bba8074b0b7bf941f2462df241dd42cd7 (patch) | |
tree | 89942cf1e10e30687ad956c478aa5c1e6e1f6a44 /connectivity | |
parent | 82e6236cd6ba6f45aa913a3be606e6b00f81fe07 (diff) |
Fix typo
Change-Id: I1018717588188c71ec634ed7a71d8000bd4e257e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164601
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZConnectionPool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 1d07920d0114..c5938f133f3c 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -107,7 +107,7 @@ namespace connectivity TActiveConnectionMap m_aActiveConnections; // the currently active connections std::mutex m_aMutex; - ::rtl::Reference<OPoolTimer> m_xInvalidator; // invalidates the conntection pool when shot + ::rtl::Reference<OPoolTimer> m_xInvalidator; // invalidates the connection pool when shot css::uno::Reference< css::sdbc::XDriver > m_xDriver; // the one and only driver for this connectionpool css::uno::Reference< css::uno::XInterface > m_xDriverNode; // config node entry |