hi,
ja - ich hab eine idee - war allerdings ne ziehmliche sucherei:
Sub Main
dim aNodePath(0) as new com.sun.star.beans.PropertyValue
oConfigProvider = createUnoService("com.sun.star.configuration.ConfigurationProvider")
aNodePath(0).Name = "nodepath"
aNodepath(0).Value = "org.openoffice.Office.Writer/Content/NonprintingCharacter"
oMasterKey = oConfigProvider.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", aNodePath())
aKey = oMasterKey.getElementNames()
oMasterKey.setPropertyValue("HiddenCharacter", false)
oMasterKey.commitChanges()
End Sub
war's das?
gruß oliver