summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XRedline.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XRedline.idl')
-rw-r--r--offapi/com/sun/star/text/XRedline.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XRedline.idl b/offapi/com/sun/star/text/XRedline.idl
index bbc16d3af267..b56122895b8a 100644
--- a/offapi/com/sun/star/text/XRedline.idl
+++ b/offapi/com/sun/star/text/XRedline.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/beans/PropertyValues.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** enables creation of redlines (change tracking).
*/
published interface XRedline
{
- //-------------------------------------------------------------------------
/**
@param RedlineType
@@ -54,7 +51,6 @@ published interface XRedline
raises( com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };