summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-04-20 20:59:37 -0700
committerJoseph Powers <jpowers27@cox.net>2011-04-20 21:05:04 -0700
commitad103b9a90d064f69df03a3a515acc266c267a9e (patch)
tree9382cb4299e2a412c6c8639404cfb71509f7a5c6 /idl/inc/slot.hxx
parent31b16308d8f1673c816e978d5db50397d6b328ea (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.hxx2
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 );