summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-05 12:27:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-05 12:28:13 +0100
commitebe48dea4bae406660064b12de7ffdaafa6c6c84 (patch)
tree63d446e466a81044c51141621621b504c952d93d
parentc7ec62e2e00f47749f6bc47b724dabd6e529f2ae (diff)
callcatcher: update unused code
Change-Id: I005f52ca96dd248dc70ab6641d114f0d76dbff72
-rw-r--r--include/svx/checklbx.hxx1
-rw-r--r--svx/source/dialog/checklbx.cxx14
-rw-r--r--unusedcode.easy1
3 files changed, 1 insertions, 15 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx
index ba379019d970..6edefd3233da 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 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;
diff --git a/unusedcode.easy b/unusedcode.easy
index 6055a423d0b7..2ab755f99669 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&)