summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/ElementChange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/ElementChange.idl')
-rw-r--r--offapi/com/sun/star/util/ElementChange.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/ElementChange.idl b/offapi/com/sun/star/util/ElementChange.idl
index b196022188d8..88121deeb3a1 100644
--- a/offapi/com/sun/star/util/ElementChange.idl
+++ b/offapi/com/sun/star/util/ElementChange.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_util_ElementChange_idl__
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** This structure describes a single change that is part of a batch of changes.
*/
@@ -36,13 +34,11 @@ published struct ElementChange
*/
any Accessor;
- //-------------------------------------------------------------------------
/** This contains the element that was inserted or changed.
*/
any Element;
- //-------------------------------------------------------------------------
/** This contains the element that was replaced or removed.
*/
@@ -50,7 +46,6 @@ published struct ElementChange
};
-//=============================================================================
}; }; }; };