summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_resultset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_resultset.hxx')
-rw-r--r--mysqlc/source/mysqlc_resultset.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysqlc/source/mysqlc_resultset.hxx b/mysqlc/source/mysqlc_resultset.hxx
index d971461c7a85..ee92fccb3dd0 100644
--- a/mysqlc/source/mysqlc_resultset.hxx
+++ b/mysqlc/source/mysqlc_resultset.hxx
@@ -104,11 +104,6 @@ namespace connectivity
OResultSet( OCommonStatement* pStmt, sql::ResultSet *result, rtl_TextEncoding _encoding );
- css::uno::Reference< css::uno::XInterface > operator *()
- {
- return css::uno::Reference< css::uno::XInterface >(*static_cast<OResultSet_BASE*>(this));
- }
-
// ::cppu::OComponentHelper
void SAL_CALL disposing() SAL_OVERRIDE;