summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-11-09 11:07:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-11-09 14:27:47 +0100
commiteee1ff965143910eb52895af471b260564938db6 (patch)
tree4fb4a55b5b9a8e853cd3ed321a8d953e4b0df3a9 /sfx2
parentb4cbd33588c194c21926bf6ab70aa76088a9bb09 (diff)
enable unchecked lint for our java code
and annotate where necessary, mostly just suppressing the warnings Change-Id: I8e39d797cde6c7c3f4e3e1bd93a128965ecec81d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159205 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/qa/complex/sfx2/UndoManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index 12f13ada10a1..ea1a3496519f 100644
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -1384,6 +1384,7 @@ public class UndoManager
return new String[] { getCallbackComponentServiceName() };
}
+ @SuppressWarnings("unchecked")
public void dispose()
{
final EventObject event = new EventObject( this );