summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextCursor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/text/TextCursor.idl
parent#94968# IDL reviews merged (diff)
downloadcore-cb23f6a62077022736a40d6315ee92a218f489e0.tar.gz
core-cb23f6a62077022736a40d6315ee92a218f489e0.zip
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/text/TextCursor.idl')
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index ab0e2b738fc3..05ffeadf5eaf 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2001-11-08 10:49:07 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/text/TextRange.idl>
#endif
+#ifndef __com_sun_star_text_XTextCursor_idl__
+#include <com/sun/star/text/XTextCursor.idl>
+#endif
+
#ifndef __com_sun_star_text_XWordCursor_idl__
#include <com/sun/star/text/XWordCursor.idl>
#endif
@@ -113,6 +117,8 @@ service TextCursor
// DocMerge: empty anyway
service com::sun::star::text::TextRange;
+ interface com::sun::star::text::XTextCursor;
+
// DocMerge: empty anyway
[optional] interface com::sun::star::text::XWordCursor;
@@ -160,6 +166,12 @@ service TextCursor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.8.4.1 2002/08/27 12:55:50 tl
+ #101301# interface XTextCursor added to service description
+
+ Revision 1.8 2001/11/08 10:49:07 obo
+ #65293# header include missing
+
Revision 1.7 2001/11/05 18:10:41 mtg
#92662# admit that the TextCursor now supports XMultiPropertyStates