summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl')
-rw-r--r--offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index c9f8bad87325..0bf18a2524ef 100644
--- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -71,7 +71,7 @@ service JDBCConnectionProperties
[optional, property] sequence< ::com::sun::star::beans::NamedValue > SystemProperties;
/** specifies if retrieving of auto generated values should be enabled or not.
- If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
+ If `TRUE` than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/
[optional, property] boolean IsAutoRetrievingEnabled;