summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xforms/XFormsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xforms/XFormsSupplier.idl')
-rw-r--r--offapi/com/sun/star/xforms/XFormsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xforms/XFormsSupplier.idl b/offapi/com/sun/star/xforms/XFormsSupplier.idl
index c08fd7009674..460c58e7d312 100644
--- a/offapi/com/sun/star/xforms/XFormsSupplier.idl
+++ b/offapi/com/sun/star/xforms/XFormsSupplier.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module xforms {
-//=============================================================================
/** provides access to the XForms models contained in the component
*/
interface XFormsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** access XForms model container.
@returns a container for the XForms models contained in the component
@@ -43,7 +40,6 @@ interface XFormsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };