summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/DropDownFieldDialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-28 10:42:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-29 09:04:44 +0100
commit9069a4a4775b89291eddb5cdc1d81263a7e772f5 (patch)
treeaecc89c9b648c8ce8f814f03d556eb0be3e64d59 /sw/source/ui/inc/DropDownFieldDialog.hxx
parentfdo#61060 - Freezing now marks spreadsheet as unsaved. (diff)
downloadcore-9069a4a4775b89291eddb5cdc1d81263a7e772f5.tar.gz
core-9069a4a4775b89291eddb5cdc1d81263a7e772f5.zip
convert drop down field dialog to .ui
Change-Id: If629068fee488abbad9704b8300e59ea4c5c8605
Diffstat (limited to 'sw/source/ui/inc/DropDownFieldDialog.hxx')
-rw-r--r--sw/source/ui/inc/DropDownFieldDialog.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sw/source/ui/inc/DropDownFieldDialog.hxx b/sw/source/ui/inc/DropDownFieldDialog.hxx
index abcb5fa64435..cbc717785943 100644
--- a/sw/source/ui/inc/DropDownFieldDialog.hxx
+++ b/sw/source/ui/inc/DropDownFieldDialog.hxx
@@ -35,15 +35,12 @@ namespace sw
{
class DropDownFieldDialog : public SvxStandardDialog
{
- FixedLine aItemsFL;
- ListBox aListItemsLB;
+ ListBox* m_pListItemsLB;
- OKButton aOKPB;
- CancelButton aCancelPB;
- PushButton aNextPB;
- HelpButton aHelpPB;
+ OKButton* m_pOKPB;
+ PushButton* m_pNextPB;
- PushButton aEditPB;
+ PushButton* m_pEditPB;
SwWrtShell &rSh;
SwDropDownField* pDropField;
@@ -53,7 +50,6 @@ class DropDownFieldDialog : public SvxStandardDialog
public:
DropDownFieldDialog( Window *pParent, SwWrtShell &rSh,
SwField* pField, sal_Bool bNextButton = sal_False );
- ~DropDownFieldDialog();
};
} //namespace sw