summaryrefslogtreecommitdiff
path: root/ridljar/Jar_ridl.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-15 09:14:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-15 09:20:24 +0200
commit366e1238bd41eecf6727784402592fd5c278fe8f (patch)
tree97e24b8bf6cf355372fb970cf8cb28b0e56d3b1d /ridljar/Jar_ridl.mk
parent3d94dab1bd7878305923b695425cc13283a52253 (diff)
[API CHANGE] Remove deprecated com.sun.star.uno.Union class
...which had never been useful for anything, as UNOIDL does not have a union concept. In light of coverity#1327215 "UwF: Unwritten field," seems cleaner to just remove that class completely than to silence that somewhat bogus (as the class is non-final, so derivations could actually set m_value) Coverity warning. Change-Id: Iaef9003a84e2c2f73adb2744bd759460cb149f68
Diffstat (limited to 'ridljar/Jar_ridl.mk')
-rw-r--r--ridljar/Jar_ridl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ridljar/Jar_ridl.mk b/ridljar/Jar_ridl.mk
index d76429ba79e7..cdee781d5be6 100644
--- a/ridljar/Jar_ridl.mk
+++ b/ridljar/Jar_ridl.mk
@@ -44,7 +44,6 @@ $(eval $(call gb_Jar_add_sourcefiles,ridl,\
ridljar/com/sun/star/uno/IQueryInterface \
ridljar/com/sun/star/uno/ITypeDescription \
ridljar/com/sun/star/uno/Type \
- ridljar/com/sun/star/uno/Union \
ridljar/com/sun/star/uno/UnoRuntime \
))