diff options
Diffstat (limited to 'connectivity/source/drivers/evoab2/NResultSet.hxx')
-rw-r--r-- | connectivity/source/drivers/evoab2/NResultSet.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx index 80e2968ab0b8..4dc2d6d422ed 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.hxx +++ b/connectivity/source/drivers/evoab2/NResultSet.hxx @@ -118,11 +118,6 @@ namespace connectivity OEvoabResultSet( OCommonStatement *pStmt, OEvoabConnection *pConnection ); void construct( const QueryData& _rData ); - css::uno::Reference< css::uno::XInterface > operator *() - { - return css::uno::Reference< css::uno::XInterface >(*static_cast<OResultSet_BASE*>(this)); - } - // ::cppu::OComponentHelper virtual void SAL_CALL disposing() override; // XInterface |