these are bitmaps now

Change-Id: Ic713dae0f25b286c5c1d1cc5b08c8e32d7641991
This commit is contained in:
Caolán McNamara
2017-01-20 08:54:31 +00:00
parent 1585415e78
commit b3fa8afe90

View File

@@ -267,9 +267,9 @@ struct ContentEntry_Impl
ContentListBox_Impl::ContentListBox_Impl(vcl::Window* pParent, WinBits nStyle)
: SvTreeListBox(pParent, nStyle)
, aOpenBookImage(SfxResId(BMP_HELP_CONTENT_BOOK_OPEN))
, aClosedBookImage(SfxResId(BMP_HELP_CONTENT_BOOK_CLOSED))
, aDocumentImage(SfxResId(BMP_HELP_CONTENT_DOC))
, aOpenBookImage(BitmapEx(SfxResId(BMP_HELP_CONTENT_BOOK_OPEN)))
, aClosedBookImage(BitmapEx(SfxResId(BMP_HELP_CONTENT_BOOK_CLOSED)))
, aDocumentImage(BitmapEx(SfxResId(BMP_HELP_CONTENT_DOC)))
{
SetStyle( GetStyle() | WB_HIDESELECTION | WB_HSCROLL );