summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextCursor.idl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /offapi/com/sun/star/text/TextCursor.idl
parentRemove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for strings (diff)
downloadcore-d1449a9b990bf054adeb66c2bab871ce396cca18.tar.gz
core-d1449a9b990bf054adeb66c2bab871ce396cca18.zip
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/text/TextCursor.idl')
-rw-r--r--offapi/com/sun/star/text/TextCursor.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl
index e1724201ad8e..c9c12d23eb36 100644
--- a/offapi/com/sun/star/text/TextCursor.idl
+++ b/offapi/com/sun/star/text/TextCursor.idl
@@ -34,52 +34,35 @@
module com { module sun { module star { module text {
-
-// DocMerge from xml: service com::sun::star::text::TextCursor
/** A <type>TextCursor</type> is a <type>TextRange</type> which can be moved
within a <type>Text</type> object.
@see TextRange
*/
published service TextCursor
{
- // DocMerge: empty anyway
service com::sun::star::text::TextRange;
interface com::sun::star::text::XTextCursor;
-
- // DocMerge: empty anyway
[optional] interface com::sun::star::text::XWordCursor;
-
- // DocMerge: empty anyway
[optional] interface com::sun::star::text::XSentenceCursor;
-
- // DocMerge: empty anyway
[optional] interface com::sun::star::text::XParagraphCursor;
-
- // DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::beans::XPropertySet
/** This interface gives access to the properties of the range that is
selected by the cursor.
*/
interface com::sun::star::beans::XPropertySet;
-
- // DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::beans::XPropertyState
/** This interface gives access to the state of the properties of the
range that is selected by the cursor.
*/
interface com::sun::star::beans::XPropertyState;
interface com::sun::star::beans::XMultiPropertyStates;
-
- // DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::document::XDocumentInsertable
/** This optional interface makes it possible to insert a document
from an external source at the cursor position.
*/
[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.
*/