forked from amazingfate/loongoffice
Java5 update - convert more code to use generics:wq
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
This commit is contained in:
committed by
Michael Stahl
parent
b65017a2a7
commit
453d7edc42
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user