summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
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 /offapi/com/sun/star/util
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 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/SortDescriptor.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/SortDescriptor.idl b/offapi/com/sun/star/util/SortDescriptor.idl
index 7f7f38f34341..4854064da1ba 100644
--- a/offapi/com/sun/star/util/SortDescriptor.idl
+++ b/offapi/com/sun/star/util/SortDescriptor.idl
@@ -47,7 +47,7 @@ published service SortDescriptor
The sorting order may be defined for separate keys in specific
implementations. For those this property may not need to be set.
- @see <type scope"com::sun::star::text">TextSortDescriptor</type>
+ @see com::sun::star::text::TextSortDescriptor
*/
[optional, property] boolean SortAscending;
@@ -78,7 +78,7 @@ published service SortDescriptor
The collator algorithm may be defined for separate keys in specific
implementations. For those this property may not need to be set.
- @see <type scope"com::sun::star::text">TextSortDescriptor</type>
+ @see com::sun::star::text::TextSortDescriptor
@see com::sun::star::i18n::XCollator
*/