summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/tools
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /offapi/com/sun/star/sdb/tools
parentd11a7b5eb1b127c4f60367ecaeb64868313002d6 (diff)
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
Diffstat (limited to 'offapi/com/sun/star/sdb/tools')
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl6
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl4
-rw-r--r--offapi/com/sun/star/sdb/tools/XTableName.idl2
3 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index 31ab32de2a05..49273cb94af6 100644
--- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -89,10 +89,10 @@ interface XConnectionTools
@param command
the object. This may be a table name, a query name, or an SQL statement, depending on the value
- of <arg>_nCommandType</arg>
+ of _nCommandType
@param _rxCollectionOner
- If (and only if) <arg>CommandType</arg> is CommandType.COMMAND, the fields collection which is returned
+ If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned
by this function here is a temporary object. It is kept alive by another object, which is to be
created temporarily, too. To ensure that the fields you get are valid as long as you need them,
the owner which controls their life time is transfered to this parameter upon return.<br/>
@@ -117,7 +117,7 @@ interface XConnectionTools
@param command
the object. This may be a table name, a query name, or an SQL statement, depending on the value
- of <arg>_nCommandType</arg>
+ of _nCommandType
@return
the composer filled with command and command type.
*/
diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index 937a4bb42435..d0b5662431ba 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -80,7 +80,7 @@ interface XObjectNames
base name will be used.
@throws com::sun::star::lang::IllegalArgumentException
- if <arg>CommandType</arg> specifies an invalid command type.
+ if CommandType specifies an invalid command type.
*/
string suggestName( [in] long CommandType, [in] string BaseName )
raises ( com::sun::star::lang::IllegalArgumentException );
@@ -118,7 +118,7 @@ interface XObjectNames
to be used in the database.
@throws com::sun::star::lang::IllegalArgumentException
- if <arg>CommandType</arg> specifies an invalid command type.
+ if CommandType specifies an invalid command type.
@see checkNameIsUsed
*/
diff --git a/offapi/com/sun/star/sdb/tools/XTableName.idl b/offapi/com/sun/star/sdb/tools/XTableName.idl
index c6e55057c526..4a196c429f11 100644
--- a/offapi/com/sun/star/sdb/tools/XTableName.idl
+++ b/offapi/com/sun/star/sdb/tools/XTableName.idl
@@ -80,7 +80,7 @@ interface XTableName
@see CompositionType
@throws com::sun::star::IllegalArgumentException
- if the given <arg>Type</arg> does not denote a valid CompositionType
+ if the given Type does not denote a valid CompositionType
*/
string getComposedName( [in] long Type, [in] boolean Quote )
raises ( com::sun::star::lang::IllegalArgumentException );