summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/XHatchWindowFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XHatchWindowFactory.idl')
-rw-r--r--offapi/com/sun/star/embed/XHatchWindowFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XHatchWindowFactory.idl b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
index 2a3f5cc9cd24..fa707ecb48b1 100644
--- a/offapi/com/sun/star/embed/XHatchWindowFactory.idl
+++ b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
@@ -25,17 +25,14 @@
#include <com/sun/star/awt/Size.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** creates a hatch window implementation.
*/
published interface XHatchWindowFactory: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** creates a new hatch window instance.
@param xParent
@@ -61,7 +58,6 @@ published interface XHatchWindowFactory: com::sun::star::uno::XInterface
raises( ::com::sun::star::lang::IllegalArgumentException );
};
-//============================================================================
}; }; }; };