summaryrefslogtreecommitdiff
path: root/svx/source/table/celltypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/celltypes.hxx')
-rw-r--r--svx/source/table/celltypes.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/table/celltypes.hxx b/svx/source/table/celltypes.hxx
index 67fe2249c415..42114dd2d81d 100644
--- a/svx/source/table/celltypes.hxx
+++ b/svx/source/table/celltypes.hxx
@@ -70,12 +70,6 @@ public:
}
}
- /* returns true if the next call to next() will return true also. */
- bool hasNext() const
- {
- return maIter != maEnd;
- }
-
/* iterates in the configured direction and returns true if rValue
now contains a valid position in the range of this iterator */
bool next( T& rValue )