diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-23 08:18:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-23 10:07:09 +0200 |
commit | 1e6dfe458079620a7192381dce9505e94a83518a (patch) | |
tree | a2786a95233ca76acc2a44104050309ebda712aa /idl/inc | |
parent | 20276795b7a3b968fca873f29bbb971afc9fc0a8 (diff) |
cid#1353438 Logically dead code
Change-Id: Ib444a1941e2bec03394c4e8eb7a5a34adbe3f4f6
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 fd1a3526a1a2..c24fdfb9f1b1 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 ReadInterfaceOrShellMethodOrAttribute( SvMetaAttribute& rAttr ); + void ReadInterfaceOrShellMethodOrAttribute( SvMetaAttribute& rAttr ); void ReadItem(); void ReadStruct(); void ReadEnum(); |