summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
commita6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch)
tree8470b22058db0c7427fc782543aa68abe90d5508
parent9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff)
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
-rw-r--r--compilerplugins/clang/weakobject.cxx2
-rw-r--r--connectivity/source/drivers/ado/AConnection.cxx2
-rw-r--r--connectivity/source/drivers/ado/AStatement.cxx2
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.cxx2
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx2
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx2
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx2
-rw-r--r--connectivity/source/drivers/firebird/Connection.cxx2
-rw-r--r--connectivity/source/drivers/jdbc/JConnection.cxx2
-rw-r--r--connectivity/source/drivers/jdbc/JStatement.cxx2
-rw-r--r--connectivity/source/drivers/kab/KConnection.cxx2
-rw-r--r--connectivity/source/drivers/macab/MacabConnection.cxx2
-rw-r--r--connectivity/source/drivers/mork/MConnection.cxx2
-rw-r--r--connectivity/source/drivers/mork/MStatement.cxx2
-rw-r--r--connectivity/source/drivers/odbc/OConnection.cxx2
-rw-r--r--connectivity/source/drivers/odbc/OStatement.cxx2
-rw-r--r--connectivity/source/sdbcx/VCatalog.cxx2
-rw-r--r--include/connectivity/OSubComponent.hxx2
-rw-r--r--mysqlc/source/mysqlc_connection.cxx2
-rw-r--r--mysqlc/source/mysqlc_statement.cxx2
-rw-r--r--mysqlc/source/mysqlc_subcomponent.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx2
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx2
24 files changed, 24 insertions, 24 deletions
diff --git a/compilerplugins/clang/weakobject.cxx b/compilerplugins/clang/weakobject.cxx
index a148da0ee2d4..7c36f93a1d92 100644
--- a/compilerplugins/clang/weakobject.cxx
+++ b/compilerplugins/clang/weakobject.cxx
@@ -123,7 +123,7 @@ public:
return true;
}
}
- else if (pCalled->getName() == "relase_ChildImpl") // FIXME remove this lunacy
+ else if (pCalled->getName() == "release_ChildImpl") // FIXME remove this lunacy
{
return true;
}
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();
}
diff --git a/include/connectivity/OSubComponent.hxx b/include/connectivity/OSubComponent.hxx
index 1955c543da52..0ee4e1248099 100644
--- a/include/connectivity/OSubComponent.hxx
+++ b/include/connectivity/OSubComponent.hxx
@@ -70,7 +70,7 @@ namespace connectivity
::osl::MutexGuard aGuard( m_pDerivedImplementation->WEAK::rBHelper.rMutex );
m_xParent.clear();
}
- void relase_ChildImpl() throw ()
+ void release_ChildImpl() throw ()
{
#if 0
::connectivity::release(m_pDerivedImplementation->m_refCount,
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index 3534ab208a36..4afced00bf56 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -86,7 +86,7 @@ void SAL_CALL OConnection::release()
throw()
{
OSL_TRACE("OConnection::release");
- relase_ChildImpl();
+ release_ChildImpl();
}
void OConnection::construct(const rtl::OUString& url, const Sequence< PropertyValue >& info)
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index 637b81bc7da7..ffa96ef99255 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -414,7 +414,7 @@ void SAL_CALL OCommonStatement::release()
throw()
{
OSL_TRACE("OCommonStatement::release");
- relase_ChildImpl();
+ release_ChildImpl();
}
void SAL_CALL OStatement::acquire()
diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx
index f0cc68a4e6d5..384eeeec923c 100644
--- a/mysqlc/source/mysqlc_subcomponent.hxx
+++ b/mysqlc/source/mysqlc_subcomponent.hxx
@@ -79,7 +79,7 @@ namespace connectivity
::osl::MutexGuard aGuard(m_pDerivedImplementation->rBHelper.rMutex);
m_xParent = nullptr;
}
- void relase_ChildImpl()
+ void release_ChildImpl()
{
release(m_pDerivedImplementation->m_refCount,
m_pDerivedImplementation->rBHelper,
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
index a2bb24861083..3aa08f12a1af 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
@@ -96,7 +96,7 @@ namespace connectivity
::osl::MutexGuard aGuard( m_pDerivedImplementation->rBHelper.rMutex );
m_xParent = NULL;
}
- void relase_ChildImpl()
+ void release_ChildImpl()
{
release(m_pDerivedImplementation->m_refCount,
m_pDerivedImplementation->rBHelper,
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
index acafdb3bc84c..860a907bcec9 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
@@ -74,7 +74,7 @@ OConnection::~OConnection()
void SAL_CALL OConnection::release() throw()
{
- relase_ChildImpl();
+ release_ChildImpl();
}
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
index e34bf082187e..edb5e6a2b3dd 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
@@ -96,7 +96,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)