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 /codemaker/source | |
parent | 11235e86497df47ff3acc61c1cab9fff0b91949e (diff) |
Remove UNOIDL "array" and "union" vaporware remnants
...and deprecate what cannot be removed for compatibility.
Change-Id: I1ea335af775b867b468b8285113631167729a92a
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 691aa752653c..eccb931e4aaa 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -94,7 +94,6 @@ bool isBootstrapType(OUString const & name) { "com.sun.star.reflection.ParamInfo", "com.sun.star.reflection.ParamMode", "com.sun.star.reflection.TypeDescriptionSearchDepth", - "com.sun.star.reflection.XArrayTypeDescription", "com.sun.star.reflection.XCompoundTypeDescription", "com.sun.star.reflection.XEnumTypeDescription", "com.sun.star.reflection.XIdlArray", @@ -115,7 +114,6 @@ bool isBootstrapType(OUString const & name) { "com.sun.star.reflection.XTypeDescription", "com.sun.star.reflection.XTypeDescriptionEnumeration", "com.sun.star.reflection.XTypeDescriptionEnumerationAccess", - "com.sun.star.reflection.XUnionTypeDescription", "com.sun.star.registry.RegistryKeyType", "com.sun.star.registry.RegistryValueType", "com.sun.star.registry.XImplementationRegistration", |