To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48941
User tv changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jun 2 02:55:41 -0700
2005 -------
TV: This BASIC code verifies the task:
Sub Main
dim SL as Object
oResSrv = createUnoService(
"com.sun.star.resource.VclStringResourceLoader" )
oResSrv.FileName = "svx"
if oResSrv.hasStringList(10310) Then
SL = oResSrv.getStringList(10310)
msgbox SL(9).Value
msgbox SL(9).Name
end if
End Sub
---------------------------------------------------------------------
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]