diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-03-29 18:12:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-03-29 18:12:25 +0200 |
commit | 8f19f128bf9221e87e97b82fdab59429d8954633 (patch) | |
tree | 0d71a53762883c65c0bf77dcb3ce5e30e463392a /idl/inc | |
parent | 1b8ebff421dfe0659f9bb5bbf0c44f8d3282bdd6 (diff) |
Revert "Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )"
This reverts commit a06dbfc4d1252d453b737cde32bad2ecc56e56b1.
Diffstat (limited to 'idl/inc')
-rwxr-xr-x | idl/inc/object.hxx | 3 | ||||
-rwxr-xr-x | idl/inc/slot.hxx | 2 | ||||
-rwxr-xr-x | idl/inc/types.hxx | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 3cbd75081aba..d4483da3f6c9 100755 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -29,9 +29,11 @@ #ifndef _OBJECT_HXX #define _OBJECT_HXX +#define _SVSTDARR_ULONGS #include <types.hxx> #include <slot.hxx> #include <vector> +#include <tools/list.hxx> struct SvSlotElement { @@ -42,6 +44,7 @@ struct SvSlotElement , aPrefix( rPrefix ) {} }; +DECLARE_LIST( SvSlotElementList, SvSlotElement* ) class SvMetaClass; typedef ::std::vector< SvMetaClass* > SvMetaClassList; diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 9b3c2d425557..8363b19db5cd 100755 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -82,7 +82,6 @@ class SvMetaSlot : public SvMetaAttribute void WriteSlot( const ByteString & rShellName, sal_uInt16 nCount, const ByteString & rSlotId, SvSlotElementList &rList, - SvSlotElementList::iterator pCurSlot, const ByteString & rPrefix, SvIdlDataBase & rBase, SvStream & rOutStm ); virtual void Write( SvIdlDataBase & rBase, @@ -256,7 +255,6 @@ public: sal_uInt16 WriteSlotMap( const ByteString & rShellName, sal_uInt16 nCount, SvSlotElementList&, - SvSlotElementList::iterator pCurSlot, const ByteString &, SvIdlDataBase & rBase, SvStream & rOutStm ); diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index b37cfd1242c0..4913c21c4870 100755 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -32,8 +32,8 @@ #include <tools/ref.hxx> #include <basobj.hxx> +class SvSlotElementList; struct SvSlotElement; -typedef std::vector<SvSlotElement*> SvSlotElementList; SV_DECL_REF(SvMetaType) SV_DECL_REF(SvMetaAttribute) |