summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AColumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/ado/AColumn.cxx')
-rw-r--r--connectivity/source/drivers/ado/AColumn.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/connectivity/source/drivers/ado/AColumn.cxx b/connectivity/source/drivers/ado/AColumn.cxx
index 6027041356d6..310ec678a112 100644
--- a/connectivity/source/drivers/ado/AColumn.cxx
+++ b/connectivity/source/drivers/ado/AColumn.cxx
@@ -259,16 +259,4 @@ WpADOColumn OAdoColumn::getColumnImpl() const
return m_aColumn;
}
-
-void SAL_CALL OAdoColumn::acquire() throw()
-{
- OColumn_ADO::acquire();
-}
-
-void SAL_CALL OAdoColumn::release() throw()
-{
- OColumn_ADO::release();
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */