From 9e77c2fb7cadfd477fb1b971b011d43f30781660 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 31 Jan 2014 10:15:47 +0100 Subject: Remove UNOIDL "array" and "union" vaporware remnants ...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a --- cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppu') diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx index f0706e190dbb..b02439eb6f21 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx @@ -51,7 +51,6 @@ static bool relatesToInterface(typelib_TypeDescription * pTypeDescr) switch (((typelib_IndirectTypeDescription *)pTypeDescr)->pType->eTypeClass) { case typelib_TypeClass_INTERFACE: - case typelib_TypeClass_UNION: // might relate to interface case typelib_TypeClass_ANY: // might relate to interface return true; case typelib_TypeClass_SEQUENCE: @@ -80,7 +79,6 @@ static bool relatesToInterface(typelib_TypeDescription * pTypeDescr) switch (pTypes[nPos]->eTypeClass) { case typelib_TypeClass_INTERFACE: - case typelib_TypeClass_UNION: // might relate to interface case typelib_TypeClass_ANY: // might relate to interface return true; // case typelib_TypeClass_TYPEDEF: @@ -103,7 +101,6 @@ static bool relatesToInterface(typelib_TypeDescription * pTypeDescr) return relatesToInterface( (typelib_TypeDescription *)pComp->pBaseTypeDescription ); break; } - case typelib_TypeClass_UNION: // might relate to interface case typelib_TypeClass_ANY: // might relate to interface case typelib_TypeClass_INTERFACE: return true; -- cgit