Home
last modified time | relevance | path

Searched refs:updateable (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java159 … getConfigurationRoot(XMultiServiceFactory xmsf, String sPath, boolean updateable) throws com.sun.… in getConfigurationRoot() argument
166 …final String sView = updateable ? "com.sun.star.configuration.ConfigurationUpdateAccess" : "com.su… in getConfigurationRoot()
168 Object args[] = new Object[updateable ? 2 : 1]; in getConfigurationRoot()
176 if (updateable) in getConfigurationRoot()