diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-04 13:00:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-05 09:35:28 +0200 |
commit | ffacdae90177aa466a43321f6642bad176728113 (patch) | |
tree | 2f9a2a0828d4a32f590d1428ad1cdf9005d8eec7 /idl/inc | |
parent | 71f2f88c1938f3fa7a80881e45daf3b5a8321172 (diff) |
remove unused union from .SDI files
Change-Id: I673e5a020279e323cccf50d0ff3d74166ef61329
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/globals.hxx | 2 | ||||
-rw-r--r-- | idl/inc/types.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index 74016d6b6a85..773cb1880c84 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -68,7 +68,6 @@ struct SvGlobalHashNames SvStringHashEntryRef MM_ImageRotation; SvStringHashEntryRef MM_ImageReflection; SvStringHashEntryRef MM_ReadOnlyDoc; - SvStringHashEntryRef MM_union; SvStringHashEntryRef MM_struct; SvStringHashEntryRef MM_typedef; SvStringHashEntryRef MM_SlotType; @@ -141,7 +140,6 @@ HASH_INLINE(Container) HASH_INLINE(ImageRotation) HASH_INLINE(ImageReflection) HASH_INLINE(ReadOnlyDoc) -HASH_INLINE(union) HASH_INLINE(struct) HASH_INLINE(typedef) HASH_INLINE(SlotType) diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 2dc6c514cc3f..0cc7e3c0c8fd 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -75,7 +75,7 @@ typedef tools::SvRef<SvMetaAttribute> SvMetaAttributeRef; class SvMetaAttributeMemberList : public SvRefMemberList<SvMetaAttribute *> {}; enum { CALL_VALUE, CALL_POINTER, CALL_REFERENCE }; -enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, TYPE_UNION, +enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, TYPE_CLASS, TYPE_POINTER }; class SvMetaType : public SvMetaExtern { |