To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56722





------- Additional comments from [EMAIL PROTECTED] Thu Oct 27 09:20:30 -0700 
2005 -------
Of course - this is also necessary:
--- qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java    9 Sep 2005
01:35:11 -0000       1.7
+++ qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java    27 Oct 2005
16:37:15 -0000
@@ -87,7 +87,7 @@ public class _XUIConfigurationManager ex
     public void _getUIElementsInfo() {
         boolean result = true;
         try {
-            PropertyValue[][]props = 
oObj.getUIElementsInfo(UIElementType.UNKNOWN);
+            PropertyValue[][]props =
oObj.getUIElementsInfo(UIElementType.UNKNOWN, true);
             for (int i=0; i<props.length; i++)
                 for(int j=0; j<props[i].length; j++)
                     log.println("Prop["+i+"]["+j+"]: " + props[i][j].Name + " 
 " + props[i][j].Value.toString());


diff -u -p -u -r1.7 UIConfigurationManager.java
--- qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java    9 Sep 2005
02:24:34 -0000       1.7
+++ qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java    27 Oct 2005
16:37:15 -0000
@@ -164,7 +164,7 @@ public class UIConfigurationManager exte
             try {
                 if (iUniqueCounter == 0) {
                     iUniqueCounter++;
-                    PropertyValue[][]props =
xUIManager.getUIElementsInfo(UIElementType.UNKNOWN);
+                    PropertyValue[][]props =
xUIManager.getUIElementsInfo(UIElementType.UNKNOWN, true);
                     XIndexAccess xMenuBarSettings = xUIManager.getSettings(
                     "private:resource/menubar/menubar", true);
                     


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to