diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-05 13:04:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 09:16:22 +0100 |
commit | ea8d6dd3dbd19434964a9cda1547ae067a674351 (patch) | |
tree | 767f8159f2d4ffa74b33800dacb236448b85a722 /basctl | |
parent | 61d05a58fba979f0259b2814fd599c4ca58e4a56 (diff) |
CID#984417 unused returned pointer
Change-Id: I638d7d89b7c1414aac34bcf1c92fdde8eee98e2a
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 4f208f774943..db27acfc354f 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -312,7 +312,7 @@ void TreeListBox::ImpCreateLibEntries( SvTreeListEntry* pDocumentRootEntry, cons else { SAL_WNODEPRECATED_DECLARATIONS_PUSH - pLibRootEntry = AddEntry( + AddEntry( aLibName, Image( IDEResId( nId ) ), pDocumentRootEntry, true, |