diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-04-20 20:59:37 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-04-20 21:05:04 -0700 |
commit | ad103b9a90d064f69df03a3a515acc266c267a9e (patch) | |
tree | 9382cb4299e2a412c6c8639404cfb71509f7a5c6 /idl/inc/slot.hxx | |
parent | 31b16308d8f1673c816e978d5db50397d6b328ea (diff) |
Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )
Passed: make distclean && make && make check
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r-- | idl/inc/slot.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 8363b19db5cd..b4036ea2ff2d 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -82,6 +82,7 @@ class SvMetaSlot : public SvMetaAttribute void WriteSlot( const ByteString & rShellName, sal_uInt16 nCount, const ByteString & rSlotId, SvSlotElementList &rList, + size_t nStart, const ByteString & rPrefix, SvIdlDataBase & rBase, SvStream & rOutStm ); virtual void Write( SvIdlDataBase & rBase, @@ -255,6 +256,7 @@ public: sal_uInt16 WriteSlotMap( const ByteString & rShellName, sal_uInt16 nCount, SvSlotElementList&, + size_t nStart, const ByteString &, SvIdlDataBase & rBase, SvStream & rOutStm ); |