summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2013-05-25 22:10:51 +0000
committerAriel Constenla-Haile <arielch@apache.org>2013-05-25 22:10:51 +0000
commitc01a6f4f370b72f0751cf4f5c11310682e2b3248 (patch)
tree81e99f77570555a22e75d4ec17a7667c7078c2c8 /offapi
parentda18984094aa5ae4a66731bf581103298b133738 (diff)
i121542 - css::awt::XPopupMenu::execute() needs a css::awt::Rectangle
Notes
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl7
-rw-r--r--offapi/type_reference/types.rdbbin7503360 -> 7517696 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 856bf622a6e8..ad2998ec0db5 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -23,7 +23,7 @@
#define __com_sun_star_awt_XPopupMenu_idl__
#include <com/sun/star/awt/KeyEvent.idl>
-#include <com/sun/star/awt/Point.idl>
+#include <com/sun/star/awt/Rectangle.idl>
#include <com/sun/star/awt/XMenu.idl>
#include <com/sun/star/graphic/XGraphic.idl>
@@ -84,7 +84,8 @@ published interface XPopupMenu: XMenu
the parent window.
@param Position
- the coordinates where the popup menu should be executed.
+ a <type>Rectangle</type> representing the coordinates system
+ where the popup menu should be executed.
@param Direction
the direction in which a popup menu will grow, as specified
@@ -94,7 +95,7 @@ published interface XPopupMenu: XMenu
returns the selected item or <code>0</code>, if cancelled.
*/
short execute( [in] XWindowPeer Parent,
- [in] Point Position,
+ [in] Rectangle Position,
[in] short Direction );
/** queries if the <type>PopupMenu</type> is being.
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index e5669433133c..a6edadfb0ab5 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ