summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-10-16 09:58:40 +0000
committerThomas Lange <tl@openoffice.org>2000-10-16 09:58:40 +0000
commitd7c5edaeec78062a58503aba5b93f69bae995190 (patch)
tree7cb50bc8a37c71a34390e3edeea5613f2f832c8d /starmath/inc
parentdeda20652773d5187edf19351cc46a8412431915 (diff)
#78980# Font modify handler added to allow for Font switch via paste
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 6a1591c212bb..c227f5fcf610 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dialog.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:57:24 $
+ * last change: $Author: tl $ $Date: 2000-10-16 10:58:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -238,7 +238,8 @@ class SmFontDialog : public ModalDialog
Font Face;
- DECL_LINK(FontChangeHdl, ComboBox *);
+ DECL_LINK(FontSelectHdl, ComboBox *);
+ DECL_LINK(FontModifyHdl, ComboBox *);
DECL_LINK(AttrChangeHdl, CheckBox *);
public: