diff options
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/slot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index a8d98355c0ff..d0bdc4a18b7a 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -26,7 +26,7 @@ class SvMetaSlot : public SvMetaAttribute { tools::SvRef<SvMetaType> aSlotType; - tools::SvRef<SvMetaAttribute> aMethod; + tools::SvRef<SvMetaSlot> aMethod; SvIdentifier aGroupId; SvIdentifier aExecMethod; SvIdentifier aStateMethod; |