summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-20 08:54:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-20 10:11:51 +0000
commitb3fa8afe903dd4bc3b6dd5f73be1c68a729b378b (patch)
tree0dee6c22af47d03453ad4b2485c187028f7dac10 /sfx2
parentgbuild-to-ide.py - change directory for .sln,.vcxproj,.filters (diff)
downloadcore-b3fa8afe903dd4bc3b6dd5f73be1c68a729b378b.tar.gz
core-b3fa8afe903dd4bc3b6dd5f73be1c68a729b378b.zip
these are bitmaps now
Change-Id: Ic713dae0f25b286c5c1d1cc5b08c8e32d7641991
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/newhelp.cxx6
1 files 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 );