From 484658f9df81b06e7444b5c7c2cc7841abf829e7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Jan 2017 14:19:42 +0000 Subject: missed a conversion here Change-Id: I7c422c9700b960248450181c950394f72504e7ea --- basctl/source/basicide/bastype2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source') 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(OBJ_TYPE_LIBRARY)); } -- cgit