diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-19 14:19:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-19 15:13:32 +0000 |
commit | 484658f9df81b06e7444b5c7c2cc7841abf829e7 (patch) | |
tree | 22d688aef934d0de7cc4f926a76b9cdce44bb977 /basctl | |
parent | 8211548e7d76fe1b6e022f3db7301bb63aaa66ec (diff) |
missed a conversion here
Change-Id: I7c422c9700b960248450181c950394f72504e7ea
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 65be3ce45dfc..a50abbe7585a 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -271,7 +271,7 @@ void TreeListBox::ImpCreateLibEntries( SvTreeListEntry* pDocumentRootEntry, cons { AddEntry( aLibName, - Image( IDEResId( nId ) ), + Image(BitmapEx(IDEResId(nId))), pDocumentRootEntry, true, o3tl::make_unique<Entry>(OBJ_TYPE_LIBRARY)); } |