summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namepast.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-19 22:40:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-23 06:25:32 +0100
commitce26c58c7f5088a2982e0ce880b426771e55e234 (patch)
treec61ed7749b9777e806b9368ecbdbb24237750414 /sc/source/ui/inc/namepast.hxx
parent7f7c90861d54885ba542328fffa1b5442e394590 (diff)
ManageNames: Paste names, initial layout without table
Diffstat (limited to 'sc/source/ui/inc/namepast.hxx')
-rw-r--r--sc/source/ui/inc/namepast.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx
index 618201aead6c..c94e3dc0cf52 100644
--- a/sc/source/ui/inc/namepast.hxx
+++ b/sc/source/ui/inc/namepast.hxx
@@ -42,16 +42,12 @@ class ScRangeName;
class ScNamePasteDlg : public ModalDialog
{
DECL_LINK( ButtonHdl, Button * );
- DECL_LINK( ListSelHdl, ListBox * );
- DECL_LINK( ListDblClickHdl, ListBox * );
protected:
- FixedText aLabelText;
- ListBox aNameList;
- OKButton aOKButton;
- CancelButton aCancelButton;
- HelpButton aHelpButton;
- PushButton aInsListButton;
+ HelpButton maHelpButton;
+ PushButton maBtnClose;
+ PushButton maBtnPaste;
+ PushButton maBtnPasteAll;
public:
ScNamePasteDlg( Window * pParent, const ScRangeName* pList, const ScRangeName* pLocalList, bool bInsList=true );