diff options
Diffstat (limited to 'idl/inc/slot.hxx')
-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 c0041ef29de5..48a85c00c325 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -253,7 +253,7 @@ public: HelpIdTable& rIdTable ) SAL_OVERRIDE; virtual void WriteCSV( SvIdlDataBase&, SvStream& ) SAL_OVERRIDE; }; -SV_DECL_IMPL_REF(SvMetaSlot) +typedef tools::SvRef<SvMetaSlot> SvMetaSlotRef; class SvMetaSlotMemberList : public SvDeclPersistList<SvMetaSlot *> {}; |