summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextCursor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
commitb60ecff99ee637e28fed7890e6781178ae5b2200 (patch)
treed95c1a90c67837cee2936ba8b29550636517321d /offapi/com/sun/star/text/TextCursor.idl
parent27c0c3ae6b7705f44b20bca1581ce01c31bf5549 (diff)
merge from src641 internal ODK release
Diffstat (limited to 'offapi/com/sun/star/text/TextCursor.idl')
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl20
1 files changed, 11 insertions, 9 deletions
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index 9dd0189d7379..8d86a7b4d0d5 100644
--- a/offapi/com/sun/star/text/TextCursor.idl
+++ b/offapi/com/sun/star/text/TextCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextCursor.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tl $ $Date: 2002-10-10 11:42:50 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:43:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,8 @@
#include <com/sun/star/document/XDocumentInsertable.idl>
#endif
-#ifndef __com_sun_star_text_TextSortable_idl__
-#include <com/sun/star/text/TextSortable.idl>
+#ifndef __com_sun_star_util_XSortable_idl__
+#include <com/sun/star/util/XSortable.idl>
#endif
@@ -117,11 +117,6 @@ service TextCursor
// DocMerge: empty anyway
service com::sun::star::text::TextRange;
- /** This optional service makes it possible to sort the contents at
- the cursor position.
- */
- [optional] service com::sun::star::text::TextSortable;
-
interface com::sun::star::text::XTextCursor;
// DocMerge: empty anyway
@@ -155,6 +150,13 @@ service TextCursor
*/
[optional] interface com::sun::star::document::XDocumentInsertable;
+
+ // DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::util::XSortable
+ /** This optional interface makes it possible to sort the contents at
+ the cursor position.
+ */
+ [optional] interface com::sun::star::util::XSortable;
+
};
//=============================================================================