Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java926 String theOS = expandMacro(xMSF, "$_OS"); in getOfficeOS() local
928 if (theOS.equals("Windows")) { in getOfficeOS()
930 } else if (theOS.equals("Linux")) { in getOfficeOS()
933 if (theOS.equals("Solaris")) { in getOfficeOS()