summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-18 10:36:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-18 18:18:48 +0000
commit06562c678410e425de629109ce92933c2d89a8f6 (patch)
tree320a85d9de457bfc503cdad398e8bcfc2cf30376 /svx
parent6118ea49aee18a95ac124bbac695b3bb1b152c1d (diff)
convert SV_BMP_ constants to enum
Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05 Reviewed-on: https://gerrit.libreoffice.org/12018 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/checklbx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx
index 7d852b379b6e..e7f3542e9887 100644
--- a/svx/source/dialog/checklbx.cxx
+++ b/svx/source/dialog/checklbx.cxx
@@ -45,7 +45,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeSvxCheckListBox(vcl::W
void SvxCheckListBox::SetNormalStaticImage(const Image& rNormalStaticImage)
{
- pCheckButton->aBmps[SV_BMP_STATICIMAGE] = rNormalStaticImage;
+ pCheckButton->SetImage(SvBmp::STATICIMAGE, rNormalStaticImage);
}
SvxCheckListBox::~SvxCheckListBox()