Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfo.java46 private static String[] validOfficeTypes; field in ConverterInfo
54 validOfficeTypes = new String[2];
55 validOfficeTypes[0] = SxwType;
56 validOfficeTypes[1] = SxcType;
401 for (int i=0; i < validOfficeTypes.length; i++) { in isValidOfficeType()
402 if (officeMime.equals(validOfficeTypes[i])) { in isValidOfficeType()

Completed in 15 milliseconds