summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-18 12:46:36 -0700
committerAndras Timar <atimar@suse.com>2013-04-18 12:47:23 -0700
commitab7776e1bc0687b6e42ffa6e837435800b4a58af (patch)
treecc07ef94d79f0401bec2d29b86ab7b90688687e8 /cui/source/inc
parentd636dcc64065fa280688dc26aecb2bb78792eaef (diff)
fdo#63503 add 'Delete Last' button to Special Characters dialog
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuicharmap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx
index 27b0d0f7d50b..410e6aa582ff 100644
--- a/cui/source/inc/cuicharmap.hxx
+++ b/cui/source/inc/cuicharmap.hxx
@@ -71,6 +71,7 @@ private:
SvxShowCharSet* m_pShowSet;
SvxShowText* m_pShowText;
OKButton* m_pOKBtn;
+ PushButton* m_pDeleteLastBtn;
PushButton* m_pDeleteBtn;
FixedText* m_pFontText;
ListBox* m_pFontLB;
@@ -90,6 +91,7 @@ private:
DECL_LINK(CharSelectHdl, void *);
DECL_LINK(CharHighlightHdl, void *);
DECL_LINK(CharPreSelectHdl, void *);
+ DECL_LINK(DeleteLastHdl, void *);
DECL_LINK(DeleteHdl, void *);
void fillAllSubsets(ListBox &rListBox);