summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TResultSetHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TResultSetHelper.hxx')
-rw-r--r--connectivity/source/inc/TResultSetHelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/inc/TResultSetHelper.hxx b/connectivity/source/inc/TResultSetHelper.hxx
index 0bc4f914983b..e6c0efd9c97f 100644
--- a/connectivity/source/inc/TResultSetHelper.hxx
+++ b/connectivity/source/inc/TResultSetHelper.hxx
@@ -42,7 +42,6 @@ namespace connectivity
public:
virtual bool move(Movement _eCursorPosition, sal_Int32 _nOffset, bool _bRetrieveData) = 0;
virtual sal_Int32 getDriverPos() const = 0;
- virtual bool deletedVisible() const = 0;
virtual bool isRowDeleted() const = 0;
protected: