summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/ShadowLocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/ShadowLocation.idl')
-rw-r--r--offapi/com/sun/star/table/ShadowLocation.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/table/ShadowLocation.idl b/offapi/com/sun/star/table/ShadowLocation.idl
index 88cdec727144..3672699e68b1 100644
--- a/offapi/com/sun/star/table/ShadowLocation.idl
+++ b/offapi/com/sun/star/table/ShadowLocation.idl
@@ -20,41 +20,34 @@
#ifndef __com_sun_star_table_ShadowLocation_idl__
#define __com_sun_star_table_ShadowLocation_idl__
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** specifies the location of the shadow in a <type>ShadowFormat</type>.
*/
published enum ShadowLocation
{
- //-------------------------------------------------------------------------
/** no shadow.
*/
NONE,
- //-------------------------------------------------------------------------
/** shadow is located along the upper and left sides.
*/
TOP_LEFT,
- //-------------------------------------------------------------------------
/** shadow is located along the upper and right sides.
*/
TOP_RIGHT,
- //-------------------------------------------------------------------------
/** shadow is located along the lower and left sides.
*/
BOTTOM_LEFT,
- //-------------------------------------------------------------------------
/** shadow is located along the lower and right sides.
*/
@@ -62,7 +55,6 @@ published enum ShadowLocation
};
-//=============================================================================
}; }; }; };