diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2012-03-11 12:03:11 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 14:23:46 +0000 |
commit | e516f134fac55a14b155fea70064e1c0553ea50c (patch) | |
tree | cfb6f8f07e488a52ac58ad175d7fa9e9bf3831cf /idl/inc/slot.hxx | |
parent | dbd9198aa9d325dd5bbeb110cc8a3db57838d1e6 (diff) |
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.
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r-- | idl/inc/slot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |