summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XDependentTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XDependentTextField.idl')
-rw-r--r--offapi/com/sun/star/text/XDependentTextField.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XDependentTextField.idl b/offapi/com/sun/star/text/XDependentTextField.idl
index 1d60a2fe77ca..40e995f56239 100644
--- a/offapi/com/sun/star/text/XDependentTextField.idl
+++ b/offapi/com/sun/star/text/XDependentTextField.idl
@@ -26,18 +26,15 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** makes it possible to attach this <type>TextField</type> to a
<type>TextFieldMaster</type>.
*/
published interface XDependentTextField: com::sun::star::text::XTextField
{
- //-------------------------------------------------------------------------
/** method must be called to attach the
<type>TextFieldMaster</type> to this <type>TextField</type>.
@@ -70,7 +67,6 @@ published interface XDependentTextField: com::sun::star::text::XTextField
void attachTextFieldMaster( [in] com::sun::star::beans::XPropertySet xFieldMaster )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** @returns
the previously attached <type>TextFieldMaster</type>
@@ -79,7 +75,6 @@ published interface XDependentTextField: com::sun::star::text::XTextField
};
-//=============================================================================
}; }; }; };