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





------- Additional comments from [EMAIL PROTECTED] Fri Mar 28 08:51:03 +0000 
2008 -------
@cmc:  Would it be OK for you to directly copy the attached AutoSaveRecovery.xcu
(which I think contains a typo---the property name should be "Enabled" instead
of "AutoSave") to directory
.../openoffice.org/basis3.0/share/registry/modules/org/openoffice/Office/Recovery/
(the Recovery segment has to be mkdir'ed) instead of using configimport?  If
yes, I would like to completely drop configimport for OOo 3.0.

(That the copy to share/registry/modules does work can be observed with a simple
Basic script.  Starting OOo after copying the file,

Sub Main
pro = createunoservice("com.sun.star.configuration.ConfigurationProvider")
dim arg(0)
arg(0) = createunostruct("com.sun.star.beans.NamedValue")
arg(0).Name = "nodepath"
arg(0).Value = "org.openoffice.Office.Recovery/AutoSave"
acc =
pro.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess",
arg)
print(acc.getByHierarchicalName("TimeIntervall"))
End Sub

will print "5" instead of the default "15".)

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