summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
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/dialog.hxx
parent26fdfce823c5100a0950681683a55cec95affa87 (diff)
teach SmShowChar how to resize
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx2
1 files changed, 1 insertions, 1 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);