diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-12 15:57:36 +0200 |
commit | a6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch) | |
tree | 8470b22058db0c7427fc782543aa68abe90d5508 /connectivity | |
parent | 9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff) |
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/AConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/ado/AStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/evoab2/NConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/evoab2/NStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/file/FConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/file/FStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/JConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/JStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/macab/MacabConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/mork/MConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/mork/MStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/odbc/OConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/odbc/OStatement.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VCatalog.cxx | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx index 45a0dfd238d7..cc94d9527b07 100644 --- a/connectivity/source/drivers/ado/AConnection.cxx +++ b/connectivity/source/drivers/ado/AConnection.cxx @@ -158,7 +158,7 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& void SAL_CALL OConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeException) diff --git a/connectivity/source/drivers/ado/AStatement.cxx b/connectivity/source/drivers/ado/AStatement.cxx index e067254e5b4a..aaeda5bdcf09 100644 --- a/connectivity/source/drivers/ado/AStatement.cxx +++ b/connectivity/source/drivers/ado/AStatement.cxx @@ -110,7 +110,7 @@ void OStatement_Base::disposing() void SAL_CALL OStatement_Base::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) diff --git a/connectivity/source/drivers/evoab2/NConnection.cxx b/connectivity/source/drivers/evoab2/NConnection.cxx index d3bcb54b920a..9d21a977d0af 100644 --- a/connectivity/source/drivers/evoab2/NConnection.cxx +++ b/connectivity/source/drivers/evoab2/NConnection.cxx @@ -61,7 +61,7 @@ OEvoabConnection::~OEvoabConnection() void SAL_CALL OEvoabConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } // XServiceInfo diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index 0731d0d18a99..aec05c3a3327 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -537,7 +537,7 @@ void SAL_CALL OCommonStatement::acquire() throw() void SAL_CALL OCommonStatement::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx index 6424a25b6e4a..745c1121ca9c 100644 --- a/connectivity/source/drivers/file/FConnection.cxx +++ b/connectivity/source/drivers/file/FConnection.cxx @@ -77,7 +77,7 @@ OConnection::~OConnection() void SAL_CALL OConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx index 002f5fd6dfb7..a4dc41d81f0f 100644 --- a/connectivity/source/drivers/file/FStatement.cxx +++ b/connectivity/source/drivers/file/FStatement.cxx @@ -140,7 +140,7 @@ void SAL_CALL OStatement_Base::acquire() throw() void SAL_CALL OStatement_BASE2::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException, std::exception) diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx index 61e9836ec956..33cc2c5cc866 100644 --- a/connectivity/source/drivers/firebird/Connection.cxx +++ b/connectivity/source/drivers/firebird/Connection.cxx @@ -110,7 +110,7 @@ Connection::~Connection() void SAL_CALL Connection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } struct ConnectionGuard diff --git a/connectivity/source/drivers/jdbc/JConnection.cxx b/connectivity/source/drivers/jdbc/JConnection.cxx index 0e8e06e0b868..76450d8a2d11 100644 --- a/connectivity/source/drivers/jdbc/JConnection.cxx +++ b/connectivity/source/drivers/jdbc/JConnection.cxx @@ -294,7 +294,7 @@ java_sql_Connection::~java_sql_Connection() void SAL_CALL java_sql_Connection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } void java_sql_Connection::disposing() diff --git a/connectivity/source/drivers/jdbc/JStatement.cxx b/connectivity/source/drivers/jdbc/JStatement.cxx index 533641ddf25f..bf405a5c488e 100644 --- a/connectivity/source/drivers/jdbc/JStatement.cxx +++ b/connectivity/source/drivers/jdbc/JStatement.cxx @@ -111,7 +111,7 @@ void SAL_CALL java_sql_Statement_Base::disposing() void SAL_CALL OStatement_BASE2::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } diff --git a/connectivity/source/drivers/kab/KConnection.cxx b/connectivity/source/drivers/kab/KConnection.cxx index b3e262eff771..8d6540714089 100644 --- a/connectivity/source/drivers/kab/KConnection.cxx +++ b/connectivity/source/drivers/kab/KConnection.cxx @@ -54,7 +54,7 @@ KabConnection::~KabConnection() void SAL_CALL KabConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } //TODO: is doing this after the ctor, and the manual ref counting really diff --git a/connectivity/source/drivers/macab/MacabConnection.cxx b/connectivity/source/drivers/macab/MacabConnection.cxx index 7880fa481a89..7b1d8dfc93bd 100644 --- a/connectivity/source/drivers/macab/MacabConnection.cxx +++ b/connectivity/source/drivers/macab/MacabConnection.cxx @@ -56,7 +56,7 @@ MacabConnection::~MacabConnection() void SAL_CALL MacabConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } void MacabConnection::construct(const OUString&, const Sequence< PropertyValue >&) throw(SQLException) diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity/source/drivers/mork/MConnection.cxx index d0caa2e98b33..8fbcb755da51 100644 --- a/connectivity/source/drivers/mork/MConnection.cxx +++ b/connectivity/source/drivers/mork/MConnection.cxx @@ -57,7 +57,7 @@ OConnection::~OConnection() void SAL_CALL OConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } diff --git a/connectivity/source/drivers/mork/MStatement.cxx b/connectivity/source/drivers/mork/MStatement.cxx index 1a12d4bc6aea..f74e2e1c222b 100644 --- a/connectivity/source/drivers/mork/MStatement.cxx +++ b/connectivity/source/drivers/mork/MStatement.cxx @@ -400,7 +400,7 @@ void SAL_CALL OCommonStatement::acquire() throw() void SAL_CALL OCommonStatement::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } void SAL_CALL OStatement::acquire() throw() diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx index 7b228fd4867c..ea3b1de07349 100644 --- a/connectivity/source/drivers/odbc/OConnection.cxx +++ b/connectivity/source/drivers/odbc/OConnection.cxx @@ -86,7 +86,7 @@ OConnection::~OConnection() void SAL_CALL OConnection::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } oslGenericFunction OConnection::getOdbcFunction(ODBC3SQLFunctionId _nIndex) const diff --git a/connectivity/source/drivers/odbc/OStatement.cxx b/connectivity/source/drivers/odbc/OStatement.cxx index 1e8fbaa8432f..8b2aad8e2594 100644 --- a/connectivity/source/drivers/odbc/OStatement.cxx +++ b/connectivity/source/drivers/odbc/OStatement.cxx @@ -120,7 +120,7 @@ void OStatement_BASE2::disposing() void SAL_CALL OStatement_BASE2::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException, std::exception) diff --git a/connectivity/source/sdbcx/VCatalog.cxx b/connectivity/source/sdbcx/VCatalog.cxx index 459ee220a96a..87ec5f13c672 100644 --- a/connectivity/source/sdbcx/VCatalog.cxx +++ b/connectivity/source/sdbcx/VCatalog.cxx @@ -68,7 +68,7 @@ void SAL_CALL OCatalog::acquire() throw() void SAL_CALL OCatalog::release() throw() { - relase_ChildImpl(); + release_ChildImpl(); } |