From b3fa8afe903dd4bc3b6dd5f73be1c68a729b378b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 20 Jan 2017 08:54:31 +0000 Subject: [PATCH] these are bitmaps now Change-Id: Ic713dae0f25b286c5c1d1cc5b08c8e32d7641991 --- sfx2/source/appl/newhelp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index cb4646902674..12333ecc801a 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -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 );