summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/binding/XValueBinding.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/XValueBinding.idl')
-rw-r--r--offapi/com/sun/star/form/binding/XValueBinding.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/binding/XValueBinding.idl b/offapi/com/sun/star/form/binding/XValueBinding.idl
index aacd050b58b6..ec03f73606e4 100644
--- a/offapi/com/sun/star/form/binding/XValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/XValueBinding.idl
@@ -25,17 +25,14 @@
#include <com/sun/star/form/binding/IncompatibleTypesException.idl>
#include <com/sun/star/form/binding/InvalidBindingStateException.idl>
-//=============================================================================
module com { module sun { module star { module form { module binding {
-//=============================================================================
/** specifies a binding to a value which can be read and written.
*/
interface XValueBinding : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** determines the types which are supported by this binding for value exchange
@see supportsType
@@ -81,7 +78,6 @@ interface XValueBinding : com::sun::star::uno::XInterface
raises( IncompatibleTypesException, InvalidBindingStateException, com::sun::star::lang::NoSupportException );
};
-//=============================================================================
}; }; }; }; };