Home
last modified time | relevance | path

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

/AOO42X/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java57 private static final String USERHOME = System.getProperty("user.home"); field in OpenOffice
59 … System.getenv("APPDATA") : SystemUtil.isMac() ? USERHOME + "/Library/Application Support" : USER…