You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/08/07 09:18:42 UTC

[Issue 87607] Customize event window does not show assigned actions in 1.1 document

https://issues.apache.org/ooo/show_bug.cgi?id=87607

bmarcelly <ma...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |marcelly@club-internet.fr
         Resolution|FIXED                       |---
     Ever confirmed|0                           |1

--- Comment #7 from bmarcelly <ma...@club-internet.fr> ---
Windows 7, Apache OpenOffice 4.1.1 RC1, fresh user profile.

Still the same problem with attachment 52371 :
Opening Menu Tools > Customize > Events tab, I still see the same image as
attachment 52778.


Remember that old OpenOffice has a different script URL than current
OpenOffice. As example this is the structure of OnLoad event from the provided
document:

MacroName   "Standard.Module1.Hello" 
EventType   "StarBasic" 
Library     "document" 
Script      "macro://./Standard.Module1.Hello()" 

Here is the same Event from an equivalent odt document:

EventType   "Script"
Script     
"vnd.sun.star.script:Standard.Module1.Hello?language=Basic&location=document"

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.