summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl')
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 67ee447a24c3..be5507584cba 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -115,7 +115,7 @@ interface XDatabaseDocumentUI
@return
a record describing the sub component. The first element of the returned pair is the type
- of the component, denoted by one of the <type>DatabaseObject</type> constants. The second
+ of the component, denoted by one of the DatabaseObject constants. The second
element is the name of the component. For object types which support nested structures (forms
and reports, actually), this might be a hierarchical name. If the sub component has been newly created,
and not yet saved, this name is empty.
@@ -173,7 +173,7 @@ interface XDatabaseDocumentUI
@see connect
@param ObjectType
- specifies the type of the object, must be one of the <type>DatabaseObject</type>
+ specifies the type of the object, must be one of the DatabaseObject
constants.
@param ObjectName
@@ -266,7 +266,7 @@ interface XDatabaseDocumentUI
/** creates a new sub component of the given type
@param ObjectType
- specifies the type of the object, must be one of the <type>DatabaseObject</type>
+ specifies the type of the object, must be one of the DatabaseObject
constants.
@param DocumentDefinition
@@ -290,7 +290,7 @@ interface XDatabaseDocumentUI
services.</p>
@param ObjectType
- specifies the type of the object, must be one of the <type>DatabaseObject</type>
+ specifies the type of the object, must be one of the DatabaseObject
constants.
@param DocumentDefinition