include/svx/checklbx.hxx | 1 - svx/source/dialog/checklbx.cxx | 14 -------------- unusedcode.easy | 1 + 3 files changed, 1 insertion(+), 15 deletions(-)
New commits: commit ebe48dea4bae406660064b12de7ffdaafa6c6c84 Author: Caolán McNamara <[email protected]> Date: Sat Apr 5 12:27:43 2014 +0100 callcatcher: update unused code Change-Id: I005f52ca96dd248dc70ab6641d114f0d76dbff72 diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx index ba37901..6edefd3 100644 --- a/include/svx/checklbx.hxx +++ b/include/svx/checklbx.hxx @@ -44,7 +44,6 @@ private: public: SvxCheckListBox( Window* pParent, WinBits nWinStyle = 0 ); - SvxCheckListBox( Window* pParent, const ResId& rResId ); SvxCheckListBox( Window* pParent, const ResId& rResId, const Image& rNormalStaticImage ); virtual ~SvxCheckListBox(); diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index d648244..384fa18 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; diff --git a/unusedcode.easy b/unusedcode.easy index 6055a42..2ab755f 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -44,6 +44,7 @@ SdrTextObj::NbcSetMaxTextFrameHeight(long) SdrTextObj::NbcSetMaxTextFrameWidth(long) SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*) SfxInt64Item::SetValue(long) +SfxVisibilityItem::GetValueCount() const StyleSettings::SetActiveColor2(Color const&) StyleSettings::SetCursorSize(long) StyleSettings::SetDeactiveColor2(Color const&)
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
