diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-05 13:05:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 09:16:22 +0100 |
commit | c4597f281e0e865f190669d583a321a28c2e3e35 (patch) | |
tree | 2cff2a6addee987a617118a0a29c34813d09249f /basctl | |
parent | ea8d6dd3dbd19434964a9cda1547ae067a674351 (diff) |
CID#984418 unused returned pointer
Change-Id: I92864b2491882e0553b87d9d87d126ec30ef3974
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastype2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index db27acfc354f..46991175a237 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -457,7 +457,7 @@ void TreeListBox::ImpCreateLibSubEntriesInVBAMode( SvTreeListEntry* pLibRootEntr else { SAL_WNODEPRECATED_DECLARATIONS_PUSH - pLibSubRootEntry = AddEntry( + AddEntry( aEntryName, Image( IDEResId( RID_IMG_MODLIB ) ), pLibRootEntry, true, |