summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 16:22:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 06:54:12 +0000
commit060e39716dba27ecf585cec33a2de9a865980a42 (patch)
treed271d025fe13212d38af6839dbafbed242e187fc /starmath/inc/dialog.hxx
parentd69d4f7174ffae502c4aa9cc69786c897662dddc (diff)
loplugin:unusedmethods starmath
Change-Id: I543a914bb7cdfdc498cf8d9f885316fbe3e1543b Reviewed-on: https://gerrit.libreoffice.org/17237 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 4a64ca557f4f..a34e5057b353 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -161,7 +161,6 @@ class SmFontTypeDialog : public ModalDialog
DECL_LINK(MenuSelectHdl, Menu *);
DECL_LINK(DefaultButtonClickHdl, Button *);
- DECL_LINK(HelpButtonClickHdl, Button *);
public:
SmFontTypeDialog(vcl::Window *pParent, OutputDevice *pFntListDevice);
@@ -371,7 +370,6 @@ class SmSymbolDialog : public ModalDialog
DECL_LINK(GetClickHdl, void*);
void FillSymbolSets(bool bDeleteText = true);
- void SetSymbolSetManager(SmSymbolManager &rMgr);
const SmSym *GetSymbol() const;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;