Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java908 IOException ioexp; field in OpenOfficeDocFileSystem.SaveStrategy
914 ioexp = null; // success by default in SaveStrategy()
924 if(ioexp == null) in evaluate()
925 ioexp = ioe; in evaluate()
937 ioexp = ioe; in close()
941 if(ioexp != null) { in close()
942 throw ioexp; in close()

Completed in 17 milliseconds