summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/BestRowType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/BestRowType.idl')
-rw-r--r--offapi/com/sun/star/sdbc/BestRowType.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/BestRowType.idl b/offapi/com/sun/star/sdbc/BestRowType.idl
index fe6c3dc5de2d..eba306904586 100644
--- a/offapi/com/sun/star/sdbc/BestRowType.idl
+++ b/offapi/com/sun/star/sdbc/BestRowType.idl
@@ -34,7 +34,7 @@ published constants BestRowType
com::sun::star::sdbc::XResultSet
object
returned by the method
- <member>XDatabaseMetaData::getBestRowIdentifier()</member>
+ XDatabaseMetaData::getBestRowIdentifier()
.
*/
const long UNKNOWN = 0;
@@ -46,7 +46,7 @@ published constants BestRowType
com::sun::star::sdbc::XResultSet
object
returned by the method
- <member>XDatabaseMetaData::getBestRowIdentifier()</member>
+ XDatabaseMetaData::getBestRowIdentifier()
.
*/
const long NOT_PSEUDO = 1;
@@ -58,7 +58,7 @@ published constants BestRowType
com::sun::star::sdbc::XResultSet
object
returned by the method
- <member>XDatabaseMetaData::getBestRowIdentifier()</member>
+ XDatabaseMetaData::getBestRowIdentifier()
.
*/
const long PSEUDO = 2;