summaryrefslogtreecommitdiff
path: root/idl/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/parser.hxx')
-rw-r--r--idl/inc/parser.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index 7f6186c0af13..d4d6abb440a3 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -45,11 +45,12 @@ public:
void ReadInterfaceOrShell( SvMetaModule& rModule, MetaTypeType aMetaTypeType );
void ReadInterfaceOrShellEntry( SvMetaClass& rClass );
bool ReadInterfaceOrShellSlot( SvMetaSlot& rSlot );
- void ReadInterfaceOrShellMethodOrAttribute( SvMetaAttribute& rAttr );
+ void ReadInterfaceOrShellMethod( SvMetaAttribute& rAttr );
void ReadItem();
void ReadStruct();
void ReadEnum();
void ReadEnumValue( SvMetaTypeEnum& rEnum );
+ void ReadSlotId(SvIdentifier& rSlotId);
SvMetaClass* ReadKnownClass();
SvMetaType* ReadKnownType();
void Read(char cChar);