diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-27 23:15:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-27 23:15:58 +0200 |
commit | 51a777926c4bac73f8ee68c1ddc26de40497fa73 (patch) | |
tree | 3f8c5b19d86b077b05b21fd9a7b3c98b4439ae94 /offapi | |
parent | 8872ab76700c9402b472feb71783fa8f5308f6d5 (diff) |
Fix some idl descriptions
Change-Id: Iaef8cb2dc86422d4f8cdaaf6d3aa9392e06caf4a
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XPopupMenu.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl index e39a1f2a25e0..57b1c0a71da5 100644 --- a/offapi/com/sun/star/awt/XPopupMenu.idl +++ b/offapi/com/sun/star/awt/XPopupMenu.idl @@ -102,7 +102,7 @@ published interface XPopupMenu: XMenu /** queries if the PopupMenu is being. <p>Returns `TRUE` only if the PopupMenu is being executed - as a result of invoking <member >XPopupMenu::execute()</member>; that is, + as a result of invoking XPopupMenu::execute(); that is, for a PopupMenu activated by a MenuBar item, this methods returns `FALSE`.</p> @@ -110,15 +110,15 @@ published interface XPopupMenu: XMenu `TRUE` if the PopupMenu is being executed, `FALSE` otherwise. - @see <member >XPopupMenu::execute()</member> + @see XPopupMenu::execute() */ boolean isInExecute(); /** ends the execution of the PopupMenu. - <p><member scope="com::sun::star::awt">XPopupMenu::execute()</member> + <p>com::sun::star::awt::XPopupMenu::execute() will then return 0.</p> - @see <member scope="com::sun::star::awt">XPopupMenu::execute()</member> + @see com::sun::star::awt::XPopupMenu::execute() */ void endExecute(); @@ -143,7 +143,7 @@ published interface XPopupMenu: XMenu <p>The KeyEvent is <b>only</b> used as a container to transport the shortcut information, so that in this case - <member scope="::com::sun::star::lang::">EventObject::Source</member> is <NULL/>.</p> + ::com::sun::star::lang::EventObject::Source is NULL.</p> @param nItemId specifies the menu item identifier for which the KeyEvent should be retrieved. |