summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetSortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetSortDescriptor.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
index 44f0e49f7a09..1a3a7955bd50 100644
--- a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
+++ b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
@@ -53,7 +53,7 @@ published service SheetSortDescriptor
/** specifies which user defined sorting list is used.
<p>This property is only used, if
- SheetSortDescriptor::IsUserListEnabled is <TRUE/>.</p>
+ SheetSortDescriptor::IsUserListEnabled is `TRUE`.</p>
*/
[property] long UserListIndex;
@@ -67,7 +67,7 @@ published service SheetSortDescriptor
/** specifies the position where sorted data are to be copied.
<p>This property is only used, if
- SheetSortDescriptor::CopyOutputData is <TRUE/>.</p>
+ SheetSortDescriptor::CopyOutputData is `TRUE`.</p>
*/
[property] com::sun::star::table::CellAddress OutputPosition;