summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-26 09:19:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-26 09:44:45 +0100
commit3ea1cdfa1015b3a87bcbc1c1e9610217f7f42f45 (patch)
tree50f220b32beb89df0c2a45961693a268213acb4e /svx/source/dialog
parent2e457e2ee54844ea80c1058dabcc3f3a0bd86d54 (diff)
callcatcher: update unused code
a few more ResId using ctors going away Change-Id: Ic956bc179c094d19989bf850657471192d042a01
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/checklbx.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx
index a2fdfa52a0a8..1c8a12ba0c4e 100644
--- a/svx/source/dialog/checklbx.cxx
+++ b/svx/source/dialog/checklbx.cxx
@@ -47,14 +47,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxCheckListBox(Window *pPa
return new SvxCheckListBox(pParent, nWinStyle);
}
-SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId,
- const Image& rNormalStaticImage )
- : SvTreeListBox( pParent, rResId )
-{
- Init_Impl();
- SetNormalStaticImage(rNormalStaticImage);
-}
-
void SvxCheckListBox::SetNormalStaticImage(const Image& rNormalStaticImage)
{
pCheckButton->aBmps[SV_BMP_STATICIMAGE] = rNormalStaticImage;