Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java563 ArrayList<PropertyValue[]> firstdimvector = new ArrayList<PropertyValue[]>(); in removeOutdatedFields() local
578 firstdimvector.add(internalArray); in removeOutdatedFields()
581 PropertyValue[][] retarray = new PropertyValue[firstdimvector.size()][]; in removeOutdatedFields()
582 return firstdimvector.toArray(retarray); in removeOutdatedFields()

Completed in 20 milliseconds