https://bugs.documentfoundation.org/show_bug.cgi?id=146150

--- Comment #1 from Shivam Jha <jhashivam2...@gmail.com> ---
Hi, I would like to work on this issue. I ran the grep command that you
mentioned in your report and found a couple of java files. For example this
one: framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
which uses the following code:
 // initialize root menu entry "Help"
               xRootMenuEntry.setPropertyValue("Text", "Help");
                xRootMenuEntry.setPropertyValue("CommandURL", "slot:5410");
                xRootMenuEntry.setPropertyValue("HelpURL", "5410");
                xRootMenuEntry.setPropertyValue("SubContainer", 
xSubMenuContainer);
                xRootMenuEntry.setPropertyValue("Image", myBitmap);


Question 1:
Does this report affects the above code? 
If yes, 
Question2: What would be the equivalent call to
xRootMenuEntry.setPropertyValue("CommandURL", "slot:5410"); in this case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to