[Libreoffice-commits] core.git: offapi/com

Julien Nabet serval2412 at yahoo.fr
Thu Jun 27 14:16:27 PDT 2013


 offapi/com/sun/star/awt/XPopupMenu.idl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 51a777926c4bac73f8ee68c1ddc26de40497fa73
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Jun 27 23:15:58 2013 +0200

    Fix some idl descriptions
    
    Change-Id: Iaef8cb2dc86422d4f8cdaaf6d3aa9392e06caf4a

diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index e39a1f2..57b1c0a 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.


More information about the Libreoffice-commits mailing list