summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XReset.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XReset.idl')
-rw-r--r--offapi/com/sun/star/form/XReset.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/XReset.idl b/offapi/com/sun/star/form/XReset.idl
index b2acf5c356b9..c8bb5ae46822 100644
--- a/offapi/com/sun/star/form/XReset.idl
+++ b/offapi/com/sun/star/form/XReset.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/form/XResetListener.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** provides functionality to reset components to some default values.
@@ -45,13 +43,11 @@
*/
published interface XReset: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** resets a component to some default value.
*/
[oneway] void reset();
- //-------------------------------------------------------------------------
/** adds the specified listener to receive events related to resetting the
component.
@@ -61,7 +57,6 @@ published interface XReset: com::sun::star::uno::XInterface
*/
[oneway] void addResetListener( [in] com::sun::star::form::XResetListener aListener );
- //-------------------------------------------------------------------------
/** removes the specified listener
@@ -72,7 +67,6 @@ published interface XReset: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };