forked from amazingfate/loongoffice
Java cleanup, fix compile errors
Change-Id: Ia16a54432291935125d53de9d7cc010917b8373d
This commit is contained in:
committed by
Michael Stahl
parent
bc6a9e9b47
commit
bb257014cd
@ -42,7 +42,7 @@ public class ScriptStorageManager extends TestCase {
|
||||
Object oInterface = null;
|
||||
|
||||
try {
|
||||
XMultiServiceFactory xMSF = Param.getMSF();
|
||||
XMultiServiceFactory xMSF = (XMultiServiceFactory) Param.getMSF();
|
||||
XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(
|
||||
XPropertySet.class, xMSF);
|
||||
// get context
|
||||
|
||||
Reference in New Issue
Block a user