summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-01 22:55:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-07 16:17:51 +0000
commit6dd888e8998b94cf8a3092485c90a35fd4d05109 (patch)
treebd8688a102a4784870dbd30437f6b30c67815753 /svx
parent5d4a4f75981a9a8c199164959d3acee438d864b4 (diff)
callcatcher: update unused code
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/numvset.hxx2
-rw-r--r--svx/source/dialog/svxbmpnumvalueset.cxx12
2 files changed, 0 insertions, 14 deletions
diff --git a/svx/inc/svx/numvset.hxx b/svx/inc/svx/numvset.hxx
index b86df153df49..53d6b12a1f42 100644
--- a/svx/inc/svx/numvset.hxx
+++ b/svx/inc/svx/numvset.hxx
@@ -66,7 +66,6 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
com::sun::star::container::XIndexAccess> > aOutlineSettings;
public:
- SvxNumValueSet( Window* pParent, const ResId& rResId, sal_uInt16 nType );
SvxNumValueSet(Window* pParent, WinBits nWinBits = WB_TABSTOP);
void init(sal_uInt16 nType);
~SvxNumValueSet();
@@ -106,7 +105,6 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
Timer& GetFormatTimer() {return aFormatTimer;}
public:
- SvxBmpNumValueSet(Window* pParent, const ResId& rResId);
SvxBmpNumValueSet(Window* pParent, WinBits nWinBits = WB_TABSTOP);
~SvxBmpNumValueSet();
diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx
index 4fe34b455a4c..42179ab528e9 100644
--- a/svx/source/dialog/svxbmpnumvalueset.cxx
+++ b/svx/source/dialog/svxbmpnumvalueset.cxx
@@ -393,12 +393,6 @@ void SvxNumValueSet::UserDraw( const UserDrawEvent& rUDEvt )
pDev->SetLineColor(aOldColor);
}
-SvxNumValueSet::SvxNumValueSet( Window* pParent, const ResId& rResId, sal_uInt16 nType )
- : ValueSet( pParent, rResId )
-{
- init(nType);
-}
-
SvxNumValueSet::SvxNumValueSet(Window* pParent, WinBits nWinBits)
: ValueSet(pParent, nWinBits)
{
@@ -470,12 +464,6 @@ void SvxNumValueSet::SetOutlineNumberingSettings(
}
}
-SvxBmpNumValueSet::SvxBmpNumValueSet( Window* pParent, const ResId& rResId )
- : SvxNumValueSet( pParent, rResId, NUM_PAGETYPE_BMP )
-{
- init();
-}
-
SvxBmpNumValueSet::SvxBmpNumValueSet(Window* pParent, WinBits nWinBits)
: SvxNumValueSet(pParent, nWinBits)
{