diff --git a/wizards/com/sun/star/wizards/common/Resource.java b/wizards/com/sun/star/wizards/common/Resource.java index 1715fb238ff8..7158bad13f4b 100644 --- a/wizards/com/sun/star/wizards/common/Resource.java +++ b/wizards/com/sun/star/wizards/common/Resource.java @@ -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"); }