summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextViewCursor.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/text/XTextViewCursor.idl
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/text/XTextViewCursor.idl')
-rw-r--r--offapi/com/sun/star/text/XTextViewCursor.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XTextViewCursor.idl b/offapi/com/sun/star/text/XTextViewCursor.idl
index d70d90127208..ee59c68f7256 100644
--- a/offapi/com/sun/star/text/XTextViewCursor.idl
+++ b/offapi/com/sun/star/text/XTextViewCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextViewCursor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,6 @@
// DocMerge from xml: interface com::sun::star::text::XTextViewCursor
/** describes a cursor in a text document's view.
*/
-[ uik(E2281203-33D6-11D1-AABE00A0-249D5590), ident( "XTextViewCursor", 1.0 ) ]
interface XTextViewCursor: com::sun::star::text::XTextCursor
{
//-------------------------------------------------------------------------
@@ -88,7 +87,7 @@ interface XTextViewCursor: com::sun::star::text::XTextCursor
/** @returns
<TRUE/> if this cursor is visible for the user.
*/
- [const] boolean isVisible();
+ boolean isVisible();
//-------------------------------------------------------------------------
@@ -104,7 +103,7 @@ interface XTextViewCursor: com::sun::star::text::XTextCursor
the cursor's coordinates relative to the top left position of
the first page of the document.
*/
- [const] com::sun::star::awt::Point getPosition();
+ com::sun::star::awt::Point getPosition();
};
@@ -115,6 +114,9 @@ interface XTextViewCursor: com::sun::star::text::XTextCursor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:05 hjs
initial import