summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/PopupMenuDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/PopupMenuDirection.idl')
-rw-r--r--offapi/com/sun/star/awt/PopupMenuDirection.idl22
1 files changed, 1 insertions, 21 deletions
diff --git a/offapi/com/sun/star/awt/PopupMenuDirection.idl b/offapi/com/sun/star/awt/PopupMenuDirection.idl
index 5ecb2e3f6b58..021ab5cf7a74 100644
--- a/offapi/com/sun/star/awt/PopupMenuDirection.idl
+++ b/offapi/com/sun/star/awt/PopupMenuDirection.idl
@@ -19,10 +19,7 @@
#ifndef __com_sun_star_awt_PopupMenuDirection_idl__
#define __com_sun_star_awt_PopupMenuDirection_idl__
-
-
- module com { module sun { module star { module awt {
-
+module com { module sun { module star { module awt {
/** These values are used to specify the direction in which
a pop-up menu will grow.
@@ -31,44 +28,27 @@
*/
published constants PopupMenuDirection
{
-
- /** @deprecated
- */
- const short DEFAULT = 0;
-
-
- /** @deprecated
- */
- const short DOWN = 1;
-
-
/** opens on execute in a default direction.
*/
const short EXECUTE_DEFAULT = 0;
-
/** opens on execute downwards.
*/
const short EXECUTE_DOWN = 1;
-
/** opens on execute upwards.
*/
const short EXECUTE_UP = 2;
-
/** opens on execute to the left.
*/
const short EXECUTE_LEFT = 4;
-
/** opens on execute to the right.
*/
const short EXECUTE_RIGHT = 8;
-
};
-
}; }; }; };
#endif