StringList isn't required or used by wizards
as shown by
commit a96c308e52
Author: Noel Grandin <noel@peralex.com>
Date: Wed Dec 17 10:33:26 2014 +0200
java: these fields can be converted to local variables
Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf
Change-Id: I4da6c42e0114a891a6b6af8889c94b4332b0b40b
This commit is contained in:
@@ -49,11 +49,6 @@ public class Resource
|
||||
this.xStringIndexAccess = UnoRuntime.queryInterface(
|
||||
XIndexAccess.class,
|
||||
xNameAccess.getByName("String"));
|
||||
XIndexAccess xStringListIndexAccess = UnoRuntime.queryInterface(
|
||||
XIndexAccess.class,
|
||||
xNameAccess.getByName("StringList"));
|
||||
if(xStringListIndexAccess == null)
|
||||
throw new Exception("could not initialize xStringListIndexAccess");
|
||||
if(this.xStringIndexAccess == null)
|
||||
throw new Exception("could not initialize xStringIndexAccess");
|
||||
}
|
||||
|
Reference in New Issue
Block a user