To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70129
Issue #|70129
Summary|Context property don't work in addons.xcu
Component|framework
Version|OOo 2.0.3
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|code
Assigned to|tm
Reported by|vbux
------- Additional comments from [EMAIL PROTECTED] Thu Oct 5 04:20:04 -0700
2006 -------
Context prop in addon.xcu effect only on upper level OfficeMenuBar.
For other levels it's ignored.
This behavior exist in OOo 2.0.3/2.0.4RCx. In previous versions (2.0.x prior
2.0.3) all is correct.
For example view on
SDK/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java.
"Function 1" displays in Calc.
For this node set:
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument</value>
</prop>
"Function 2" displays in Writer
For this node set:
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.sheet.SpreadsheetDocument</value>
</prop>
This bug appears in some uno packages with context-dependent operations.
For example http://oodevel.org.ru/cyrtools1.3.uno.zip popular in Russia and CIS
macro library...
---------------------------------------------------------------------
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]