summaryrefslogtreecommitdiffstats
path: root/include/svx/numvset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 11:24:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:56 +0000
commit051e660b37549fec7cc42e4471ae65a4cefed495 (patch)
tree720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/numvset.hxx
parentloplugin:unusedmethods svx (diff)
downloadcore-051e660b37549fec7cc42e4471ae65a4cefed495.tar.gz
core-051e660b37549fec7cc42e4471ae65a4cefed495.zip
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/numvset.hxx')
-rw-r--r--include/svx/numvset.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index a3aac9734431..75651786eeac 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -82,7 +82,6 @@ public:
virtual void UserDraw( const UserDrawEvent& rUDEvt ) SAL_OVERRIDE;
- void SetHTMLMode(bool bSet) {bHTMLMode = bSet;}
void SetNumberingSettings(
const css::uno::Sequence<
css::uno::Sequence<css::beans::PropertyValue> >& aNum,
@@ -106,11 +105,6 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
protected:
DECL_LINK_TYPED(FormatHdl_Impl, Idle *, void);
- void SetGrfNotFound(bool bSet) {bGrfNotFound = bSet;}
- bool IsGrfNotFound()const {return bGrfNotFound;}
-
- Idle& GetFormatIdle() {return aFormatIdle;}
-
public:
SvxBmpNumValueSet(vcl::Window* pParent, WinBits nWinBits = WB_TABSTOP);
virtual ~SvxBmpNumValueSet();