diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-05 13:03:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 09:16:22 +0100 |
commit | 61d05a58fba979f0259b2814fd599c4ca58e4a56 (patch) | |
tree | 3c9c3cc5795cbded419c4503f943b7a3580192bd /basctl | |
parent | faa63bb99c8f03091b159de594515ff380874186 (diff) |
CID#738954 unused returned pointer
Change-Id: Ieb47b91dd745db400c7ad4756167de758a625a64
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 b797592eed33..4f208f774943 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -246,7 +246,7 @@ void TreeListBox::ScanEntry( const ScriptDocument& rDocument, LibraryLocation eL Image aImage; GetRootEntryBitmaps( rDocument, aImage ); SAL_WNODEPRECATED_DECLARATIONS_PUSH - pDocumentRootEntry = AddEntry( + AddEntry( aRootName, aImage, 0, true, |