summaryrefslogtreecommitdiff
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.idl28
1 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/embed/XHatchWindowFactory.idl b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
index 79d8db04832d..cce67b8e843f 100644
--- a/offapi/com/sun/star/embed/XHatchWindowFactory.idl
+++ b/offapi/com/sun/star/embed/XHatchWindowFactory.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,8 +24,8 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_XHatchWindowFactory_idl__
-#define __com_sun_star_embed_XHatchWindowFactory_idl__
+#ifndef __com_sun_star_embed_XHatchWindowFactory_idl__
+#define __com_sun_star_embed_XHatchWindowFactory_idl__
#ifndef __com_sun_star_embed_XHatchWindow_idl__
#include <com/sun/star/embed/XHatchWindow.idl>
@@ -48,11 +48,11 @@
#endif
//============================================================================
-
- module com { module sun { module star { module embed {
-
+
+ module com { module sun { module star { module embed {
+
//============================================================================
-
+
/** creates a hatch window implementation.
*/
published interface XHatchWindowFactory: com::sun::star::uno::XInterface
@@ -74,18 +74,18 @@ published interface XHatchWindowFactory: com::sun::star::uno::XInterface
@throws ::com::sun::star::IllegalArgumentException
one of arguments is illegal
-
+
*/
::com::sun::star::embed::XHatchWindow createHatchWindowInstance(
[in] com::sun::star::awt::XWindowPeer xParent,
[in] com::sun::star::awt::Rectangle aBounds,
[in] com::sun::star::awt::Size aSize )
raises( ::com::sun::star::lang::IllegalArgumentException );
-};
-
+};
+
//============================================================================
-
-}; }; }; };
-
-#endif
+
+}; }; }; };
+
+#endif