summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AStatement.hxx')
-rw-r--r--connectivity/source/inc/ado/AStatement.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx
index 3212f8220868..4f096b5fffc2 100644
--- a/connectivity/source/inc/ado/AStatement.hxx
+++ b/connectivity/source/inc/ado/AStatement.hxx
@@ -52,11 +52,9 @@ namespace connectivity
class OStatement_Base : public cppu::BaseMutex,
public OStatement_BASE,
public ::cppu::OPropertySetHelper,
- public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base>,
- public connectivity::OSubComponent<OStatement_Base, OStatement_BASE>
+ public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base>
{
- friend class connectivity::OSubComponent<OStatement_Base, OStatement_BASE>;
friend class OResultSet;
css::sdbc::SQLWarning m_aLastWarning;