summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-08-15 11:42:38 +0000
committerChristian Lippka <cl@openoffice.org>2001-08-15 11:42:38 +0000
commitbcbb69c144a5e2e52143b8ef1f79abb0a4c5fa98 (patch)
treebe80f6cc2aebec15a7096fc7af1e392f45e5b4aa /offapi
parent4f232b6cc791e7b3fa62198eeadbf5775a7f4ca7 (diff)
#81062# made the special cursor interfaces optional
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index f098bfb090f9..b0c7b79eba88 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-01-23 10:08:43 $
+ * last change: $Author: cl $ $Date: 2001-08-15 12:42:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,13 +110,13 @@ service TextCursor
service com::sun::star::text::TextRange;
// DocMerge: empty anyway
- interface com::sun::star::text::XWordCursor;
+ [optional] interface com::sun::star::text::XWordCursor;
// DocMerge: empty anyway
- interface com::sun::star::text::XSentenceCursor;
+ [optional] interface com::sun::star::text::XSentenceCursor;
// DocMerge: empty anyway
- interface com::sun::star::text::XParagraphCursor;
+ [optional] interface com::sun::star::text::XParagraphCursor;
// DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::beans::XPropertySet
@@ -155,6 +155,9 @@ service TextCursor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/01/23 10:08:43 mi
+ optional interfaces now marked as [optional] instead of just a prosa description of this fact
+
Revision 1.4 2000/12/21 08:35:21 mi
@see interface/service/... ident -> @see ident - for new docu generator