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

mroe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83427|0                           |1
        is obsolete|                            |

--- Comment #2 from mroe <[email protected]> ---
Created attachment 83429
  --> https://issues.apache.org/ooo/attachment.cgi?id=83429&action=edit
document to demonstrate PROBLEM 2 in comment 0

Sorry. :-(
Checked it again and again and again ...

But PROBLEM 2 exists as described.
So I add a new attachment with the macro
------------
Sub Main
    GlobalScope.BasicLibraries.loadLibrary( "Gimmicks" )
'    Euro.AutoText.Main() 'It runs although the library "Euro" has no module
"AutoText".

    MsgBox( "Next run Main from Library 1:" )
    Library1.Main() 'It runs although no module is given.

    MsgBox( "Next run Main from Library 2:" )
    Library2.Main() 'It runs although no module is given.

    MsgBox( "Next run a nonexisting macro from Library 1 but exisits in Library
2:" )
    Library1.Module3.Test() 'It runs although "Library 1" has no macro "Test"
and no module "Module3".
End Sub
------------

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

Reply via email to