correct pointers in offapi documentation

Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
This commit is contained in:
Lionel Elie Mamane 2013-08-05 14:59:18 +02:00
parent bd19e78f62
commit 00657c3b1e

View File

@ -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>