summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/datatransfer
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-21 15:12:18 +0200
committerNoel Grandin <noel@peralex.com>2015-10-21 15:26:23 +0200
commite0030bf10e0f8a3d2f828ef08a9546633efc7ee4 (patch)
tree6d739fe9263d8b15582a98447c7b123df9ec1696 /qadevOOo/tests/java/ifc/datatransfer
parent075c4db2844146dd861a77c8d51fb8ac675f520f (diff)
cid#1327096 UrF: Unread field
Change-Id: Ibe4d0e53a167224cdfcd68328a57d920f3369880
Diffstat (limited to 'qadevOOo/tests/java/ifc/datatransfer')
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
index dc14f7da9948..4fa6a2749d03 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
@@ -55,11 +55,9 @@ public class _XClipboardNotifier extends MultiMethodTest {
*/
static class MyOwner implements XClipboardOwner {
XClipboard board;
- XTransferable contents;
public void lostOwnership(XClipboard board, XTransferable contents) {
this.board = board;
- this.contents = contents;
}
}