From 48661084104b5d52f7421909131e153639e653f2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Apr 2013 16:29:23 +0200 Subject: *api: fix unterminated tags Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3 --- offapi/com/sun/star/sdb/RowSet.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/sdb') diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl index 3e9026083107..c563abb738ba 100644 --- a/offapi/com/sun/star/sdb/RowSet.idl +++ b/offapi/com/sun/star/sdb/RowSet.idl @@ -160,7 +160,7 @@ published interface XParametersSupplier; relative, previous, beforeFirst, afterLast
will let the deleted row vanish from the result set. As a consequence, the #RowCount will decrease when you do such a move operation after deleting a row.
- A special case to note is the next call: When you delete row, say, + A special case to note is the next call: When you delete row, say, 15, followed by next, then your RowSet afterwards still is on row 15, since the deleted row vanished with the move operation.
-- cgit