summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextCursor.idl')
-rw-r--r--offapi/com/sun/star/text/XTextCursor.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XTextCursor.idl b/offapi/com/sun/star/text/XTextCursor.idl
index 13ef24795cc5..adbe1afc3b31 100644
--- a/offapi/com/sun/star/text/XTextCursor.idl
+++ b/offapi/com/sun/star/text/XTextCursor.idl
@@ -33,12 +33,12 @@ published interface XTextCursor: com::sun::star::text::XTextRange
/** sets the end of the position to the start.
*/
- [oneway] void collapseToStart();
+ void collapseToStart();
/** sets the start of the position to the end.
*/
- [oneway] void collapseToEnd();
+ void collapseToEnd();
/** determines if the start and end positions are the same.