summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-01 16:19:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 16:22:47 +0100
commit519f4b75a5f089b6ef98260ff6265f5000fe4659 (patch)
tree16f037face20255ef6806b76fc8fde34319e6d88 /starmath/inc
parent26fdfce823c5100a0950681683a55cec95affa87 (diff)
teach SmShowChar how to resize
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx2
-rw-r--r--starmath/inc/helpids.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 4df16cdb760f..ae3d21499d7a 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -373,6 +373,7 @@ public:
class SmShowChar : public Control
{
virtual void Paint(const Rectangle&) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
public:
SmShowChar(Window *pParent, WinBits nStyle)
@@ -424,7 +425,6 @@ class SmSymDefineDialog : public ModalDialog
DECL_LINK(AddClickHdl, Button *);
DECL_LINK(ChangeClickHdl, Button *);
DECL_LINK(DeleteClickHdl, Button *);
- DECL_LINK(HelpButtonClickHdl, Button *);
void FillSymbols(ComboBox &rComboBox, bool bDeleteText = true);
void FillSymbolSets(ComboBox &rComboBox, bool bDeleteText = true);
diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h
index b6d554f10e30..66d8189967c4 100644
--- a/starmath/inc/helpids.h
+++ b/starmath/inc/helpids.h
@@ -21,7 +21,6 @@
#define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG"
#define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG"
-#define HID_SMA_SYMDEFINEDIALOG "STARMATH_HID_SMA_SYMDEFINEDIALOG"
#define HID_SMA_WIN_DOCUMENT "STARMATH_HID_SMA_WIN_DOCUMENT"
#define HID_SMA_COMMAND_WIN_EDIT "STARMATH_HID_SMA_COMMAND_WIN_EDIT"