summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextViewCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextViewCursor.idl')
-rw-r--r--offapi/com/sun/star/text/TextViewCursor.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextViewCursor.idl b/offapi/com/sun/star/text/TextViewCursor.idl
index 1b6afc73df2a..fd3cf61f52ce 100644
--- a/offapi/com/sun/star/text/TextViewCursor.idl
+++ b/offapi/com/sun/star/text/TextViewCursor.idl
@@ -26,18 +26,13 @@
module com { module sun { module star { module text {
-
-// DocMerge from xml: service com::sun::star::text::TextViewCursor
/** A <type>TextViewCursor</type> is a <type>TextRange</type> which can travel
within a view of a <type>Text</type> object.
@see TextDocumentView
*/
published service TextViewCursor
{
- // DocMerge: empty anyway
service com::sun::star::text::TextLayoutCursor;
-
- // DocMerge: empty anyway
interface com::sun::star::view::XScreenCursor;
};