diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-16 11:49:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-16 11:59:05 +0200 |
commit | aa8c854590e76a437521596c566ce1327efffb6e (patch) | |
tree | 44aadf19082c437242664a4ec0e2c0160f4ffe20 /idl/inc | |
parent | 314cb543fe69d2a08fa40084512f40062437bed1 (diff) |
tighten up the attribute parsing, and drop some unused slots
Change-Id: I6f2ff99c919851b21ce120c40286c133bf65c778
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx index 78a62af53ca1..8059cfdd9dd5 100644 --- a/idl/inc/parser.hxx +++ b/idl/inc/parser.hxx @@ -45,7 +45,7 @@ public: void ReadInterfaceOrShell( SvMetaModule& rModule, MetaTypeType aMetaTypeType ); void ReadInterfaceOrShellEntry( SvMetaClass& rClass ); bool ReadInterfaceOrShellSlot( SvMetaSlot& rSlot ); - bool ReadInterfaceOrShellAttribute( SvMetaAttribute& rAttr ); + bool ReadInterfaceOrShellMethodOrAttribute( SvMetaAttribute& rAttr ); void ReadItem(); void ReadStruct(); void ReadEnum(); |