Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/util/
H A Dutils.java813 String officeParam = commandTokens.nextToken(); in validateAppExecutionCommand() local
814 if (officeParam.indexOf("-accept=") != -1) { in validateAppExecutionCommand()
816 errorMessage = validateConnectString(officeParam, true); in validateAppExecutionCommand()