summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/Border.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/Border.idl')
-rw-r--r--offapi/com/sun/star/sheet/Border.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/Border.idl b/offapi/com/sun/star/sheet/Border.idl
index d2a5751fae56..abd236955d64 100644
--- a/offapi/com/sun/star/sheet/Border.idl
+++ b/offapi/com/sun/star/sheet/Border.idl
@@ -20,35 +20,29 @@
#ifndef __com_sun_star_sheet_Border_idl__
#define __com_sun_star_sheet_Border_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** is used to select one of the four borders of a cell range.
*/
published enum Border
{
- //-------------------------------------------------------------------------
/** selects the top border.
*/
TOP,
- //-------------------------------------------------------------------------
/** selects the bottom border.
*/
BOTTOM,
- //-------------------------------------------------------------------------
/** selects the right border.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** selects the left border.
*/
@@ -56,7 +50,6 @@ published enum Border
};
-//=============================================================================
}; }; }; };