Kaydet (Commit) 25884313 authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 6857d2e2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment