summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-14 09:05:35 +0000
committerThomas Lange <tl@openoffice.org>2002-10-14 09:05:35 +0000
commita1db0c90afbad4b2edc6781aa862d5659b58baf9 (patch)
tree872e276dd4db83302e20f1a7e12aebb2f0295c2b /offapi/com/sun/star/util
parentf642c2793d8067820cdb1d7e60ea68ee08adb511 (diff)
#100794#, #100851# optional flag added to CollatorAlgorithm
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/SortDescriptor.idl13
1 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/SortDescriptor.idl b/offapi/com/sun/star/util/SortDescriptor.idl
index bef067ea2eea..f87bf81fb5c0 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tl $ $Date: 2002-10-11 07:30:12 $
+ * last change: $Author: tl $ $Date: 2002-10-14 10:05:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,9 +126,14 @@ service SortDescriptor
//-------------------------------------------------------------------------
/** specifies the algorithm for the compare operator (collator).
- @see com::sun::star::i18n::XCollator
+ The collator algorithm may be defined for sepearte 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::i18n::XCollator
*/
- [property] string CollatorAlgorithm;
+ [optional, property] string CollatorAlgorithm;
};
//=============================================================================