https://bugs.documentfoundation.org/show_bug.cgi?id=144625
--- Comment #15 from Alex Thurgood <[email protected]> --- If the error message I reported is indeed the confirmation of Aaron's problem, then I guess that someone more knowledgeable than me about manipulating the Configuration Provider would need to look at this block: oConfigProvider = createUnoService("com.sun.star.configuration.ConfigurationProvider") AddFiltersToDialog(FilterNames(), oFileDialog) If oUCB.Exists(sInitPath) Then oFileDialog.setDisplayDirectory(sInitPath) With aNodePath(0) .Name = "nodepath" .Value = "/org.openoffice.Office.Common/Path/Info" End With oRegistryKeyContent = oConfigProvider.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", aNodePath()) With oRegistryKeyContent .WorkPathChanged = true .commitChanges End With Else msgBox "Error! Built-in path for documents is incorrect" Exit Function -- You are receiving this mail because: You are the assignee for the bug.
