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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/DockingData.idl b/offapi/com/sun/star/awt/DockingData.idl
index b4e43d8488ea..ffea2bf44634 100644
--- a/offapi/com/sun/star/awt/DockingData.idl
+++ b/offapi/com/sun/star/awt/DockingData.idl
@@ -21,32 +21,27 @@
#include <com/sun/star/awt/Rectangle.idl>
-//=============================================================================
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;
- //-------------------------------------------------------------------------
/** specifies that the window should be floating (TRUE) or docked (FALSE)
*/
boolean bFloating;
};
-//=============================================================================
}; }; }; };