summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_resultsetmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_resultsetmetadata.hxx')
-rw-r--r--mysqlc/source/mysqlc_resultsetmetadata.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.hxx b/mysqlc/source/mysqlc_resultsetmetadata.hxx
index e79bb9be9422..65ea730264e3 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.hxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.hxx
@@ -56,10 +56,6 @@ namespace connectivity
return rtl::OUString( _string.c_str(), _string.size(), m_encoding );
}
- /// Avoid ambigous cast error from the compiler.
- inline operator css::uno::Reference< css::sdbc::XResultSetMetaData > () throw()
- { return this; }
-
sal_Int32 SAL_CALL getColumnCount() throw(SQLException, RuntimeException, std::exception) SAL_OVERRIDE;
sal_Bool SAL_CALL isAutoIncrement(sal_Int32 column) throw(SQLException, RuntimeException, std::exception) SAL_OVERRIDE;