summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-03 15:20:36 +0200
committerNoel Grandin <noel@peralex.com>2013-05-06 11:45:58 +0200
commit8bebd29976f41cb8793804f3e0b22ef75c56d8dd (patch)
tree3a9b5803cd5b8cf2f7ddafbc41cd92bb369953a0 /sfx2/qa
parent402c8f5f1efd053cc69556d63999955b3af4f41d (diff)
Java cleanup, remove unnecessary @SuppressWarnings annotations
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/sfx2/UndoManager.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index 47734bfe9683..69c9dd2cb3f8 100644
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -1375,7 +1375,6 @@ public class UndoManager
return new String[] { getCallbackComponentServiceName() };
}
- @SuppressWarnings("unchecked")
public void dispose()
{
final EventObject event = new EventObject( this );