summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XResultSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XResultSet.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/XResultSet.idl b/offapi/com/sun/star/sdbc/XResultSet.idl
index cf908ca0760b..6751203b5cad 100644
--- a/offapi/com/sun/star/sdbc/XResultSet.idl
+++ b/offapi/com/sun/star/sdbc/XResultSet.idl
@@ -50,7 +50,7 @@
<p>
A ResultSet maintains a cursor pointing to its current row of
data. Initially the cursor is positioned before the first row.
- The 'next' method moves the cursor to the next row.
+ The "next" method moves the cursor to the next row.
</p>
*/
published interface XResultSet: com::sun::star::uno::XInterface