summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XResultListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XResultListener.idl')
-rw-r--r--offapi/com/sun/star/sheet/XResultListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XResultListener.idl b/offapi/com/sun/star/sheet/XResultListener.idl
index 2dca33a2a733..cbf2e8cf4283 100644
--- a/offapi/com/sun/star/sheet/XResultListener.idl
+++ b/offapi/com/sun/star/sheet/XResultListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/sheet/ResultEvent.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows notification when a new volatile function result is available.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XResultListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when a new value is available.
*/
@@ -43,7 +40,6 @@ published interface XResultListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };