summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/DockingData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/DockingData.idl')
-rw-r--r--offapi/com/sun/star/awt/DockingData.idl50
1 files changed, 25 insertions, 25 deletions
diff --git a/offapi/com/sun/star/awt/DockingData.idl b/offapi/com/sun/star/awt/DockingData.idl
index ec470b193063..a2919f690133 100644
--- a/offapi/com/sun/star/awt/DockingData.idl
+++ b/offapi/com/sun/star/awt/DockingData.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,40 +24,40 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_DockingData_idl__
-#define __com_sun_star_awt_DockingData_idl__
-
+#ifndef __com_sun_star_awt_DockingData_idl__
+#define __com_sun_star_awt_DockingData_idl__
+
#ifndef __com_sun_star_awt_Rectangle_idl__
#include <com/sun/star/awt/Rectangle.idl>
#endif
-//=============================================================================
-
-module com { module sun { module star { module awt {
-
-//=============================================================================
-
+//=============================================================================
+
+module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** data returned by docking handler
*/
struct DockingData
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** specifies the position and size where the window would be placed
if the user releases the mouse
*/
- com::sun::star::awt::Rectangle TrackingRectangle;
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::Rectangle TrackingRectangle;
+
+ //-------------------------------------------------------------------------
+
/** specifies that the window should be floating (TRUE) or docked (FALSE)
*/
- boolean bFloating;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ boolean bFloating;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif