From e516f134fac55a14b155fea70064e1c0553ea50c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 11 Mar 2012 12:03:11 +0200 Subject: Convert tools/table.hxx usage to std::map in IDL module Along the way, convert the table parameter passing to using references since we are never passing a null pointer. --- idl/inc/slot.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/inc/slot.hxx') diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 3c00ca80e59b..d4ae0be1cab2 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -260,7 +260,7 @@ public: sal_uInt16 WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ); virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm, - Table * pIdTable ); + HelpIdTable& rIdTable ); virtual void WriteCSV( SvIdlDataBase&, SvStream& ); }; SV_DECL_IMPL_REF(SvMetaSlot) -- cgit v1.2.3