summaryrefslogtreecommitdiff
path: root/sw/inc
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/inc
parent7653d041792a878dc2f304e77f36da78588adaa5 (diff)
convert drop down field dialog to .ui
Change-Id: If629068fee488abbad9704b8300e59ea4c5c8605
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/helpid.h1
-rw-r--r--sw/inc/swabstdlg.hxx5
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index 4fca677d26dd..fc5a1ca168b6 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -421,7 +421,6 @@
#define HID_MODULE_TOOLBOX "SW_HID_MODULE_TOOLBOX"
#define HID_SECTION_INDENTS_PAGE "SW_HID_SECTION_INDENTS_PAGE"
-#define HID_FLD_DROPDOWN "SW_HID_FLD_DROPDOWN"
#define HID_MM_DOCSELECTPAGE "SW_HID_MM_DOCSELECTPAGE"
#define HID_MM_OUTPUTTYPEPAGE "SW_HID_MM_OUTPUTTYPEPAGE"
#define HID_MM_ADDRESSBLOCKPAGE "SW_HID_MM_ADDRESSBLOCKPAGE"
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 8a4c45e99094..df02c3b194ec 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -350,8 +350,9 @@ public:
const SwDBData& rData, int nResId) = 0;
virtual SfxAbstractTabDialog * CreateSwFootNoteOptionDlg( Window *pParent, SwWrtShell &rSh,int nResId) = 0;//add for SwFootNoteOptionDlg
- virtual AbstractDropDownFieldDialog * CreateDropDownFieldDialog ( Window *pParent, SwWrtShell &rSh, //add for DropDownFieldDialog
- SwField* pField,int nResId, sal_Bool bNextButton = sal_False ) = 0;
+ //add for DropDownFieldDialog
+ virtual AbstractDropDownFieldDialog * CreateDropDownFieldDialog(Window *pParent, SwWrtShell &rSh,
+ SwField* pField, sal_Bool bNextButton = sal_False) = 0;
virtual SfxAbstractTabDialog* CreateSwEnvDlg ( Window* pParent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, sal_Bool bInsert,int nResId ) = 0; //add for SwEnvDlg