From 237b4a83154859b16efe4870bab99479b72c6d03 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Oct 2015 14:28:54 +0200 Subject: cid#1327103 UrF: Unread field Change-Id: Ia1e77525c086059aca099828935d852c92ee208a --- qadevOOo/tests/java/ifc/text/_XFootnote.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/text/_XFootnote.java b/qadevOOo/tests/java/ifc/text/_XFootnote.java index dedcaaeeb46b..7984f1c48c40 100644 --- a/qadevOOo/tests/java/ifc/text/_XFootnote.java +++ b/qadevOOo/tests/java/ifc/text/_XFootnote.java @@ -22,7 +22,6 @@ import lib.MultiMethodTest; import util.XInstCreator; import com.sun.star.text.XFootnote; -import com.sun.star.uno.XInterface; /** @@ -38,9 +37,7 @@ import com.sun.star.uno.XInterface; public class _XFootnote extends MultiMethodTest { public XFootnote oObj = null; // oObj filled by MultiMethodTest - XInstCreator info = null; // instance creator - XInterface oInt = null; /** * Test calls the method.

-- cgit