summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_statement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_statement.cxx')
-rw-r--r--mysqlc/source/mysqlc_statement.cxx2
1 files changed, 1 insertions, 1 deletions
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()