summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-11 06:18:27 +0000
committerThomas Lange <tl@openoffice.org>2002-10-11 06:18:27 +0000
commit2b51a05fc45bfa74e690091fac187a098ffc15d5 (patch)
tree90edbba1f77e17faf9d159e3fa929a3f4fbea362 /offapi/com/sun/star/util
parent87963982813e86eaab3c68af334d2a91cec0988d (diff)
#100792# 'optional' flags added
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/SortDescriptor.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/SortDescriptor.idl b/offapi/com/sun/star/util/SortDescriptor.idl
index eab0204a4473..05ef5c4e2a58 100644
--- a/offapi/com/sun/star/util/SortDescriptor.idl
+++ b/offapi/com/sun/star/util/SortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SortDescriptor.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:51 $
+ * last change: $Author: tl $ $Date: 2002-10-11 07:18:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,12 +87,12 @@ service SortDescriptor
//-------------------------------------------------------------------------
/** specifies if the case of letters is important when comparing entries.
*/
- [property] boolean IsCaseSensitive;
+ [optional, property] boolean IsCaseSensitive;
//-------------------------------------------------------------------------
/** specifies the sorting order.
*/
- [property] boolean SortAscending;
+ [optional, property] boolean SortAscending;
//-------------------------------------------------------------------------
/** specifies if the columns are sorted.