summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.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/ucb/XRemoteContentProviderDistributor.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/ucb/XRemoteContentProviderDistributor.idl')
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
index ea0066693c83..eff305662462 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
@@ -29,7 +29,7 @@
module com { module sun { module star { module ucb {
/** Distribute a content broker to various
- <type>XRemoteContentProviderAcceptor</type>s.
+ XRemoteContentProviderAcceptors.
@version 1.0
@author Stephan Bergmann
@@ -44,10 +44,10 @@ published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInt
which is responsible for raising any of the advertised exceptions. </p>
@param Url A Uno Url to address the
- <type>XRemoteContentProviderAcceptor</type>.
+ XRemoteContentProviderAcceptor.
@param Identifier An identifier handed to the
- <type>XRemoteContentProviderAcceptor</type>.
+ XRemoteContentProviderAcceptor.
@returns success indicator. Especially, if there's already a
connection to the given Url, the call will fail, no matter whether
@@ -63,7 +63,7 @@ published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInt
content provider acceptor.
@param Url A Uno Url to address the
- <type>XRemoteContentProviderAcceptor</type>.
+ XRemoteContentProviderAcceptor.
@returns success indicator.
*/