summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextCursor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
committerMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
commit745f0a395378a64da436aafbaf9ddfa955705da5 (patch)
treee1cc1978e8888ade5383ac662d0cd8593dcf1581 /offapi/com/sun/star/text/TextCursor.idl
parent#82550# create a new java environment for every bridge (diff)
downloadcore-745f0a395378a64da436aafbaf9ddfa955705da5.tar.gz
core-745f0a395378a64da436aafbaf9ddfa955705da5.zip
optional interfaces now marked as [optional] instead of just a prosa description of this fact
Diffstat (limited to 'offapi/com/sun/star/text/TextCursor.idl')
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index 522af348e700..f098bfb090f9 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: mi $ $Date: 2001-01-23 10:08:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,14 +137,14 @@ service TextCursor
/** This optional interface makes it possible to insert a document
from an external source at the cursor position.
*/
- interface com::sun::star::document::XDocumentInsertable;
+ [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.
*/
- interface com::sun::star::util::XSortable;
+ [optional] interface com::sun::star::util::XSortable;
};
@@ -155,6 +155,9 @@ service TextCursor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:21 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api