summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextSortable.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-10 11:58:19 +0000
committerThomas Lange <tl@openoffice.org>2002-10-10 11:58:19 +0000
commit87963982813e86eaab3c68af334d2a91cec0988d (patch)
treee1c9f81fa3523a4380cd5c42bc3606d02cef743b /offapi/com/sun/star/text/TextSortable.idl
parent#100792# service 'SortDescriptor' removed (diff)
downloadcore-87963982813e86eaab3c68af334d2a91cec0988d.tar.gz
core-87963982813e86eaab3c68af334d2a91cec0988d.zip
#100792# service 'TextSortDescriptor' removed
Diffstat (limited to 'offapi/com/sun/star/text/TextSortable.idl')
-rw-r--r--offapi/com/sun/star/text/TextSortable.idl12
1 files changed, 8 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/TextSortable.idl b/offapi/com/sun/star/text/TextSortable.idl
index c06698b29d87..73473c035a42 100644
--- a/offapi/com/sun/star/text/TextSortable.idl
+++ b/offapi/com/sun/star/text/TextSortable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextSortable.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tl $ $Date: 2002-10-10 11:15:50 $
+ * last change: $Author: tl $ $Date: 2002-10-10 12:58:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,12 +76,16 @@ module com { module sun { module star { module text {
//=============================================================================
-/** provides an interface and a sort descriptor to be used for sorting of text.
+/** provides an interface for sorting.
*/
service TextSortable
{
- service com::sun::star::text::TextSortDescriptor;
+ /** the properties returned by a call to the 'createSortDescriptor' method
+ of this interfaces implementation are those of the
+ 'com.sun.star.text.TextSortDescriptor' service.
+ @see <type scope="com::sun::star::text">TextSortDescriptor</type>
+ */
interface com::sun::star::util::XSortable;
};