summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ResultEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ResultEvent.idl')
-rw-r--r--offapi/com/sun/star/sheet/ResultEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/ResultEvent.idl b/offapi/com/sun/star/sheet/ResultEvent.idl
index 4cb0565ee996..bfc9f467ecd9 100644
--- a/offapi/com/sun/star/sheet/ResultEvent.idl
+++ b/offapi/com/sun/star/sheet/ResultEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains the new value of a volatile function result.
@@ -34,7 +32,6 @@ module com { module sun { module star { module sheet {
*/
published struct ResultEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the value.
@@ -45,7 +42,6 @@ published struct ResultEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };