summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql/YColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/mysql/YColumns.hxx')
-rw-r--r--connectivity/source/inc/mysql/YColumns.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/inc/mysql/YColumns.hxx b/connectivity/source/inc/mysql/YColumns.hxx
index db7149cb5b92..4157046d4663 100644
--- a/connectivity/source/inc/mysql/YColumns.hxx
+++ b/connectivity/source/inc/mysql/YColumns.hxx
@@ -37,10 +37,9 @@ namespace connectivity
};
class OMySQLColumn;
- typedef sdbcx::OColumn OMySQLColumn_BASE;
typedef ::comphelper::OIdPropertyArrayUsageHelper<OMySQLColumn> OMySQLColumn_PROP;
- class OMySQLColumn : public OMySQLColumn_BASE,
+ class OMySQLColumn : public sdbcx::OColumn,
public OMySQLColumn_PROP
{
OUString m_sAutoIncrement;