Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java93 private static boolean checkVariableForCygwin(String _sVariable) in checkVariableForCygwin() argument
95 if (_sVariable == null) in checkVariableForCygwin()
99 if (_sVariable.startsWith("/cygdrive")) in checkVariableForCygwin()