summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /udkapi/com/sun/star/uri
parentae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff)
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'udkapi/com/sun/star/uri')
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
index 72f87c031565..5a20c9646505 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
@@ -56,8 +56,7 @@ published interface XVndSunStarExpandUrl {
the expanded content of this URL.
@throws com::sun::star::lang::IllegalArgumentException
- if calling <member
- scope="com::sun::star::util">XMacroExpander::expandMacros</member> on
+ if calling com::sun::star::util::XMacroExpander::expandMacros() on
<code>expander</code> raises any such exception.
*/
string expand([in] com::sun::star::util::XMacroExpander expander)