summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-27 19:05:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-27 20:58:40 +0100
commitb3c1497867740e61deb3ceb38fa4cf9ac4b44f06 (patch)
tree33835d47dbfd926abb4704d856f158f3e8be43bf /sw/inc
parent84cc07d24b7ceb8ba1f711918baa553dcfadb35f (diff)
convert input field dialog to .ui format
Change-Id: I1c6c43b73b22120b2f2985256896af214012f0ad
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fldui.hrc2
-rw-r--r--sw/inc/helpid.h1
-rw-r--r--sw/inc/swabstdlg.hxx5
3 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/fldui.hrc b/sw/inc/fldui.hrc
index 099b5d0428ea..655bf2e7556e 100644
--- a/sw/inc/fldui.hrc
+++ b/sw/inc/fldui.hrc
@@ -21,8 +21,6 @@
#include "rcid.hrc"
-#define DLG_FLD_INPUT (RC_FLDDLG_BEGIN + 5)
-
#define DLG_FLD_INSERT (RC_FLDDLG_BEGIN + 11)
#define DLG_FLD_DROPDOWN (RC_FLDDLG_BEGIN + 12)
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index 4a3473c5ba92..4fca677d26dd 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -21,7 +21,6 @@
#include <sfx2/sfxcommands.h>
#define HID_MERGE_PRINTMONITOR "SW_HID_MERGE_PRINTMONITOR"
-#define HID_FLD_INPUT "SW_HID_FLD_INPUT"
#define HID_DOCINFO_EDT "SW_HID_DOCINFO_EDT"
#define HID_PASSWD "SW_HID_PASSWD"
#define HID_CONFIG_SAVE "SW_HID_CONFIG_SAVE"
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 19cb943db62d..8a4c45e99094 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -410,9 +410,8 @@ public:
virtual AbstractGlossaryDlg* CreateGlossaryDlg(SfxViewFrame* pViewFrame,
SwGlossaryHdl* pGlosHdl,
SwWrtShell *pWrtShell) = 0; //add for SwGlossaryDlg
- virtual AbstractFldInputDlg* CreateFldInputDlg( int nResId,
- Window *pParent, SwWrtShell &rSh,
- SwField* pField, sal_Bool bNextButton = sal_False ) = 0; //add for SwFldInputDlg
+ virtual AbstractFldInputDlg* CreateFldInputDlg(Window *pParent,
+ SwWrtShell &rSh, SwField* pField, bool bNextButton = false) = 0; //add for SwFldInputDlg
virtual AbstractInsFootNoteDlg* CreateInsFootNoteDlg(Window * pParent,
SwWrtShell &rSh, sal_Bool bEd = sal_False) = 0; //add for SwInsFootNoteDlg
virtual VclAbstractDialog* CreateTitlePageDlg ( Window * pParent ) = 0;