Java cleanup, fix compile errors

Change-Id: Ia16a54432291935125d53de9d7cc010917b8373d
This commit is contained in:
Noel Grandin
2012-09-03 10:44:20 +02:00
committed by Michael Stahl
parent bc6a9e9b47
commit bb257014cd
6 changed files with 7 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ public class ScriptStorage extends TestCase {
XInterface oObj = null;
XSimpleFileAccess access = null;
try {
XMultiServiceFactory xMSF = tParam.getMSF();
XMultiServiceFactory xMSF = (XMultiServiceFactory) tParam.getMSF();
Object xInterface =
xMSF.createInstance( "com.sun.star.ucb.SimpleFileAccess" );
access = ( XSimpleFileAccess )