summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XModifiable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XModifiable.idl')
-rw-r--r--offapi/com/sun/star/util/XModifiable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XModifiable.idl b/offapi/com/sun/star/util/XModifiable.idl
index b7e1c3b7f964..d8e74c24634e 100644
--- a/offapi/com/sun/star/util/XModifiable.idl
+++ b/offapi/com/sun/star/util/XModifiable.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/beans/PropertyVetoException.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** makes the modify state of the object accessible.
@@ -37,7 +35,6 @@ module com { module sun { module star { module util {
*/
published interface XModifiable: com::sun::star::util::XModifyBroadcaster
{
- //-------------------------------------------------------------------------
/** @returns
<TRUE/> if the object is modified.
@@ -46,7 +43,6 @@ published interface XModifiable: com::sun::star::util::XModifyBroadcaster
*/
boolean isModified();
- //-------------------------------------------------------------------------
/** sets the status of the <em>modified</em>-flag from outside of the
object.
*/
@@ -55,7 +51,6 @@ published interface XModifiable: com::sun::star::util::XModifyBroadcaster
};
-//=============================================================================
}; }; }; };