summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XBoundComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XBoundComponent.idl')
-rw-r--r--offapi/com/sun/star/form/XBoundComponent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/XBoundComponent.idl b/offapi/com/sun/star/form/XBoundComponent.idl
index fe25c1dd2938..8acb4501c2c8 100644
--- a/offapi/com/sun/star/form/XBoundComponent.idl
+++ b/offapi/com/sun/star/form/XBoundComponent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/form/XUpdateBroadcaster.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** specifies a (form) component which is bound to a data source.
@@ -44,7 +42,6 @@
*/
published interface XBoundComponent: com::sun::star::form::XUpdateBroadcaster
{
- //-------------------------------------------------------------------------
/** commits the content of the component into the data source it is bound to.
@@ -55,7 +52,6 @@ published interface XBoundComponent: com::sun::star::form::XUpdateBroadcaster
};
-//=============================================================================
}; }; }; };