summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-07-27 13:16:38 +0300
committerTor Lillqvist <tml@collabora.com>2016-07-28 10:12:56 +0300
commite4781d09418fe1dc7219f6ae11f516da622329aa (patch)
treeccf59ccefebf192f94d9bdf2325a79c288d747e9
parentf950b49393ee6539f2a7b3c306aa4fc119f24a84 (diff)
Bin leftover dead declaration
Change-Id: Iebce0b744aa4929333b8fe67062739b9bd0034fc
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index a2bf8c2ae05f..b507b076d864 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -38,7 +38,6 @@ public:
virtual ~ScCalcOptionsDialog();
virtual void dispose() override;
- DECL_LINK_TYPED( BtnAutomaticSelectHdl, RadioButton&, void );
DECL_LINK_TYPED( AsZeroModifiedHdl, Button*, void);
DECL_LINK_TYPED( ConversionModifiedHdl, ListBox&, void);
DECL_LINK_TYPED( SyntaxModifiedHdl, ListBox&, void);