.createInstance("com.sun.star.comp.configuration.ConfigurationProvider");
XMultiServiceFactory pMSF = (XMultiServiceFactory) UnoRuntime.queryInterface(
XMultiServiceFactory.class,
Provider);
oObj = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class,
pMSF.createInstanceWithArguments(
"com.sun.star.configuration.ConfigurationAccess",
nodeArgs));
// create a view on a different object that can change something, so listeners can be triggered.
// this is done for XContainer test
nodepath.Value = "org.openoffice.Office.Common/Internal";