Home
last modified time | relevance | path

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

/AOO41X/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java138 …String defaultUserInstallationPath = props.getProperty("UserInstallation").replace("$ORIGIN", binP… in OpenOffice() local
139 defaultUserInstallation = new File(defaultUserInstallationPath); in OpenOffice()