summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XVolatileResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XVolatileResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/XVolatileResult.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XVolatileResult.idl b/offapi/com/sun/star/sheet/XVolatileResult.idl
index 4e46a9305bc7..74bf9bb6ea22 100644
--- a/offapi/com/sun/star/sheet/XVolatileResult.idl
+++ b/offapi/com/sun/star/sheet/XVolatileResult.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XResultListener.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods to handle a volatile function result.
@@ -36,14 +34,12 @@ module com { module sun { module star { module sheet {
*/
published interface XVolatileResult: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** adds a listener to be notified when a new value is available.
*/
[oneway] void addResultListener(
[in] com::sun::star::sheet::XResultListener aListener );
- //-------------------------------------------------------------------------
/** removes the specified listener.
*/
@@ -52,7 +48,6 @@ published interface XVolatileResult: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };