diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:01:41 +0000 |
commit | 2588431390abaceb3b64ec18cbcc2d2ceeefb929 (patch) | |
tree | d9ef9f4d739c10731ed771a560a129ebb6b14984 /idl | |
parent | 6857d2e2f371a961ee2e44dabe627b752ec2cba4 (diff) |
INTEGRATION: CWS mba30patches01 (1.5.36); FILE MERGED
2008/04/23 09:45:01 mba 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/18 15:40:03 mba 1.5.36.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/slot.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index f9c91cc88259..7a312703fd99 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: slot.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -184,6 +184,9 @@ protected: public: SV_DECL_META_FACTORY1( SvMetaSlot, SvMetaReference, 11 ) + SvMetaObject * MakeClone() const; + SvMetaSlot *Clone() const { return (SvMetaSlot *)MakeClone(); } + SvMetaSlot(); SvMetaSlot( SvMetaType * pType ); @@ -271,7 +274,6 @@ public: virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, Table * pIdTable ); virtual void WriteCSV( SvIdlDataBase&, SvStream& ); - void CompareSlotAttributes( SvMetaSlot *pOther ); #endif }; SV_DECL_IMPL_REF(SvMetaSlot) |