diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-18 20:40:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-19 09:23:29 +0100 |
commit | 19b18c40084070ffe10cde45b4c363ee9d16b804 (patch) | |
tree | 712cd87626544643187e95a1f5285b0198aea4be /starmath/inc | |
parent | f0f8eedf46f386be83608e9d37c2e4c0e7cbe8a8 (diff) |
don't need explicit help handlers anymore
Change-Id: I5333ff8c4e50cbc4374b937bc8d7617c3b99ee97
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/dialog.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/helpids.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 8c1f74d2db1a..a16b2f53a8bb 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -127,11 +127,9 @@ class SmFontSizeDialog : public ModalDialog MetricField* m_pFunctionSize; MetricField* m_pOperatorSize; MetricField* m_pBorderSize; - HelpButton* m_pHelpButton1; PushButton* m_pDefaultButton; DECL_LINK(DefaultButtonClickHdl, Button *); - DECL_LINK(HelpButtonClickHdl, Button *); public: SmFontSizeDialog(Window *pParent); diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h index 7c06d77171af..437fe42fb6c2 100644 --- a/starmath/inc/helpids.h +++ b/starmath/inc/helpids.h @@ -20,7 +20,6 @@ #define STARMATH_HELPIDS_H #define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG" -#define HID_SMA_FONTSIZEDIALOG "STARMATH_HID_SMA_FONTSIZEDIALOG" #define HID_SMA_FONTTYPEDIALOG "STARMATH_HID_SMA_FONTTYPEDIALOG" #define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG" #define HID_SMA_SYMDEFINEDIALOG "STARMATH_HID_SMA_SYMDEFINEDIALOG" |