diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 12:27:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 12:28:13 +0100 |
commit | ebe48dea4bae406660064b12de7ffdaafa6c6c84 (patch) | |
tree | 63d446e466a81044c51141621621b504c952d93d /svx | |
parent | c7ec62e2e00f47749f6bc47b724dabd6e529f2ae (diff) |
callcatcher: update unused code
Change-Id: I005f52ca96dd248dc70ab6641d114f0d76dbff72
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/checklbx.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index d6482442c7d4..384fa1856c42 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -47,18 +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 ) : - - SvTreeListBox( pParent, rResId ) - -{ - Init_Impl(); -} - - - SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId, const Image& rNormalStaticImage ) : SvTreeListBox( pParent, rResId ) @@ -68,8 +56,6 @@ SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId, pCheckButton->aBmps[SV_BMP_STATICIMAGE] = rNormalStaticImage; } - - SvxCheckListBox::~SvxCheckListBox() { delete pCheckButton; |