summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-05 14:59:18 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-05 15:06:10 +0200
commit00657c3b1ed5843d15dbc3aea8fa57be056b0935 (patch)
treee28ef5d4d03daebea831c98cbd8b584ac1e41775
parentbd19e78f62a71bfe7bb6c6634cb021b1e26ef71a (diff)
correct pointers in offapi documentation
Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
-rw-r--r--offapi/com/sun/star/sdbc/XStatement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XStatement.idl b/offapi/com/sun/star/sdbc/XStatement.idl
index ec0ae6641038..4d0ac4bad061 100644
--- a/offapi/com/sun/star/sdbc/XStatement.idl
+++ b/offapi/com/sun/star/sdbc/XStatement.idl
@@ -86,11 +86,11 @@ published interface XStatement: com::sun::star::uno::XInterface
<code>execute</code>
method executes a SQL statement and indicates
the form of the first result. You can then use
- com::sun::star::sdbc::XStatement::getResultSet()
+ com::sun::star::sdbc::XMultipleResults::getResultSet()
or
- com::sun::star::sdbc::XStatement::getUpdateCount()
+ com::sun::star::sdbc::XMultipleResults::getUpdateCount()
to retrieve the result, and
- com::sun::star::sdbc::XStatement::getMoreResults()
+ com::sun::star::sdbc::XMultipleResults::getMoreResults()
to move to any subsequent result(s).
</p>