diff options
Diffstat (limited to 'connectivity/source/cpool/ZConnectionWrapper.hxx')
-rw-r--r-- | connectivity/source/cpool/ZConnectionWrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/cpool/ZConnectionWrapper.hxx b/connectivity/source/cpool/ZConnectionWrapper.hxx index 29b7a04cb106..7905455cc0bb 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.hxx +++ b/connectivity/source/cpool/ZConnectionWrapper.hxx @@ -30,8 +30,8 @@ namespace connectivity { - //= OConnectionWeakWrapper - wraps all methods to the real connection from the driver - //= but when disposed it doesn't dispose the real connection + // OConnectionWeakWrapper - wraps all methods to the real connection from the driver + // but when disposed it doesn't dispose the real connection typedef ::cppu::WeakComponentImplHelper1< ::com::sun::star::sdbc::XConnection > OConnectionWeakWrapper_BASE; |