summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:01:41 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:01:41 +0000
commit51e66c88d59a02080d3564045d73d1fa87937a79 (patch)
tree163120d6267c3ab2da7212348557971936186641 /idl
parent03ea5d558de7bbb3f418747b8a77775ad7853b28 (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.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index fded96b781..1cd5769d56 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)