diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 16:05:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:09 +0200 |
commit | 85c758a4618d3a485f778bda5b20a8221161e399 (patch) | |
tree | cdd2e94f660d10af379d27dfcf216f499b353acb /idl | |
parent | a78182a993288680b04d1329536af5953e8ca31c (diff) |
loplugin:unusedfields in include/sfx2/
Change-Id: I3eb27ed10e82ee56b33866ac576c1b1f8c9756b9
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/slot.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 6d8157b2506a..774bcdae5618 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -725,11 +725,6 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, sal_uInt16 nCount, rOutStm.WriteCharPtr( "SFX_NEW_SLOT_ARG( " ).WriteCharPtr( rShellName.getStr() ).WriteChar( ',' ) ; rOutStm.WriteCharPtr( rSlotId.getStr() ).WriteChar( ',' ); - const SvHelpContext& rHlpCtx = GetHelpContext(); - if( rHlpCtx.IsSet() ) - rOutStm.WriteCharPtr( rHlpCtx.getString().getStr() ).WriteChar( ',' ); - else - rOutStm.WriteCharPtr( rSlotId.getStr() ).WriteChar( ',' ); // GroupId if( !GetGroupId().isEmpty() ) |