diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-31 10:15:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-31 10:15:47 +0100 |
commit | 9e77c2fb7cadfd477fb1b971b011d43f30781660 (patch) | |
tree | 7a7d70822e2628a1e6383a15eeedb8fea5309123 /cppu | |
parent | 11235e86497df47ff3acc61c1cab9fff0b91949e (diff) |
Remove UNOIDL "array" and "union" vaporware remnants
...and deprecate what cannot be removed for compatibility.
Change-Id: I1ea335af775b867b468b8285113631167729a92a
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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; |