Java5 update - convert more code to use generics:wq

Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
This commit is contained in:
Noel Grandin
2012-06-27 16:08:28 +02:00
committed by Michael Stahl
parent b65017a2a7
commit 453d7edc42
432 changed files with 932 additions and 1191 deletions

View File

@ -181,7 +181,7 @@ public class OFileControlModel extends TestCase {
aShape.setControl(aControl);
DrawTools.getDrawPage(xDrawDoc, 0).add((XShape) aShape);
DrawTools.getDrawPage(xDrawDoc, 0).add(aShape);
oObj = aShape.getControl();
log.println("creating a new environment for drawpage object");