summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:27:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commit6e1d239ae04bbb1b639ae8d04c59d3375f867712 (patch)
treef4ce26e51900176ae95320652fb31404144a54eb /offapi/com/sun/star/sdbc
parent*api: convert <atom> (diff)
downloadcore-6e1d239ae04bbb1b639ae8d04c59d3375f867712.tar.gz
core-6e1d239ae04bbb1b639ae8d04c59d3375f867712.zip
*api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g' Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/XSQLInput.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/XSQLInput.idl b/offapi/com/sun/star/sdbc/XSQLInput.idl
index 5ed9a72e0a08..bc504e8142d0 100644
--- a/offapi/com/sun/star/sdbc/XSQLInput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLInput.idl
@@ -198,7 +198,7 @@ published interface XSQLInput: com::sun::star::uno::XInterface
<br/>
When the datum at the head of the stream is a SQL NULL,
- the method returns <void/>. If the datum is a SQL structured or distinct
+ the method returns `VOID`. If the datum is a SQL structured or distinct
type, it determines the SQL type of the datum at the head of the stream,
constructs an object of the appropriate service, and calls the method
com::sun::star::sdbc::XSQLData::readSQL()
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index a6a439f0561a..92d85a698b82 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -53,7 +53,7 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
After a call to this method, the method
com::sun::star::sdbc::XWarningsSupplier::getWarnings()
returns
- <void/>
+ `VOID`
until a new warning is reported for the object.
@throws SQLException
if a database access error occurs.