summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/Selection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Selection.idl')
-rw-r--r--offapi/com/sun/star/awt/Selection.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/Selection.idl b/offapi/com/sun/star/awt/Selection.idl
index 62e950c7a13b..9a55bb001509 100644
--- a/offapi/com/sun/star/awt/Selection.idl
+++ b/offapi/com/sun/star/awt/Selection.idl
@@ -20,23 +20,19 @@
#define __com_sun_star_awt_Selection_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a numerical range.
*/
published struct Selection
{
- //-------------------------------------------------------------------------
/** specifies the lower limit of the range.
*/
long Min;
- //-------------------------------------------------------------------------
/** specifies the upper limit of the range.
*/
@@ -44,7 +40,6 @@ published struct Selection
};
-//=============================================================================
}; }; }; };