diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-07-19 19:13:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-07-19 19:13:09 +0200 |
commit | abede5a4fd8edf37786a20b38a7fa765c48995d1 (patch) | |
tree | cab92dd6cac9a8bd47afec23ba6b08470e1caa12 /connectivity/source/cpool/ZPoolCollection.hxx | |
parent | 0e8da0b963e1898b0eebde4d37b9c18e17cd301c (diff) |
Typo: generel->general
Change-Id: Ib967981eb2b8ee6610a983b38f2f2617e873f17d
Diffstat (limited to 'connectivity/source/cpool/ZPoolCollection.hxx')
-rw-r--r-- | connectivity/source/cpool/ZPoolCollection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx index 2242941bdaab..c4f222680cc8 100644 --- a/connectivity/source/cpool/ZPoolCollection.hxx +++ b/connectivity/source/cpool/ZPoolCollection.hxx @@ -73,7 +73,7 @@ namespace connectivity ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriverManager2 > m_xManager; ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory; - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xConfigNode; // config node for generel connection pooling + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xConfigNode; // config node for general connection pooling ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop2> m_xDesktop; private: |