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





------- Additional comments from [EMAIL PROTECTED] Thu Jun 23 06:24:52 -0700 
2005 -------
TBE->AB: The Run/OK button in the script selector is disabled, because the 
method
browse node returns a script URL of lenght 0. In the BasicMethodNodeImpl CTOR
(scripting/source/basprov/basmethnode.cxx) the call SbMethod::GetModule() 
returns
NULL. A possible hack in the BasicMethodNodeImpl CTOR would be to use
            
    SbModule* pModule = static_cast< SbModule* >( m_pMethod->GetParent() );

instead of
            
    SbModule* pModule = m_pMethod->GetModule();

As this is only a hack, I propose to fix the bug in SbMethod::GetModule().


---------------------------------------------------------------------
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