Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java152 final File sofficeBin = FileUtil.findFile(directory, "soffice.bin", false); in validateOpenOfficeInstallation() local
153 if (sofficeBin == null) { in validateOpenOfficeInstallation()