Deleted references produce a message on stderr "Unknown Ptg 2a". The tokens 2a, 4a and 6a are defined by the openoffice documentation as tRefErr. I have created a RefErrPtg.java based on RefPtg.java and modified Ptg.java to use it. This allows testcases/**/usermodel/TestBugs to complete without reporting this message. I've tested this by rerunning the tests in the build and by using a roundtrip test and confirming that the resulting file can be read by Excel 2003 with the damaged formula intact. /peter
Created attachment 15869 [details] patch to use RefErrPtg
Created attachment 15870 [details] new java class RefErrPtg.java
Peter, This was probably overtaken by events some time ago. RefErrorPtg has been added and is available in SVN. Jason