To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66464
Issue #:|66464
Summary:|Calling macro from commandline cripples function
|parameter
Component:|framework
Version:|OOo 2.0.2
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|hro
Reported by:|jsk
------- Additional comments from [EMAIL PROTECTED] Thu Jun 15 01:30:12 -0700
2006 -------
Sample:
soffice -writer "macro:///Standard.Module1.TestParam( "~/Documents/pdftest.doc"
)
ends up in the function as
file:///%20~/Documents/pdftest.doc%20)
sample function:
function TestParam( cFile as string )
msgbox( "cFile = " & cFile )
end function
---------------------------------------------------------------------
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]