summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XRelativeTextContentRemove.idl')
-rw-r--r--offapi/com/sun/star/text/XRelativeTextContentRemove.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/XRelativeTextContentRemove.idl b/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
index e2a868ab5afc..f2f7a02eaaaa 100644
--- a/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
+++ b/offapi/com/sun/star/text/XRelativeTextContentRemove.idl
@@ -31,7 +31,6 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module text {
@@ -51,7 +50,6 @@
*/
published interface XRelativeTextContentRemove: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XRelativeTextContentRemove::removeTextContentBefore
/** removes the text content that precedes the argument.
@@ -61,7 +59,6 @@ published interface XRelativeTextContentRemove: com::sun::star::uno::XInterface
void removeTextContentBefore(
[in] XTextContent xSuccessor )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XRelativeTextContentRemove::removeTextContentAfter
/** removes the text content that follows the argument.