diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-03 15:36:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-03 15:38:16 +0000 |
commit | 2401ebdd3667e776fab5e66e4e2d39106369276e (patch) | |
tree | b8227e7899665ea22213ed4b47f47863961f1801 /sw/inc/swabstdlg.hxx | |
parent | 8ad593d06ae291c3c6f98f8354bf51c38d8ce27c (diff) |
drop unnecessary resource ids
Change-Id: Ie0018bde73eed6049d1ef2287157b86151766e83
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 578c81d9fafc..5355b97fb100 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -430,14 +430,14 @@ public: virtual AbstractFldInputDlg* CreateFldInputDlg( int nResId, Window *pParent, SwWrtShell &rSh, SwField* pField, sal_Bool bNextButton = sal_False ) = 0; //add for SwFldInputDlg - virtual AbstractInsFootNoteDlg* CreateInsFootNoteDlg( int nResId, - Window * pParent, SwWrtShell &rSh, sal_Bool bEd = sal_False) = 0; //add for SwInsFootNoteDlg + virtual AbstractInsFootNoteDlg* CreateInsFootNoteDlg(Window * pParent, + SwWrtShell &rSh, sal_Bool bEd = sal_False) = 0; //add for SwInsFootNoteDlg virtual VclAbstractDialog* CreateTitlePageDlg ( Window * pParent ) = 0; virtual VclAbstractDialog * CreateVclSwViewDialog( int nResId, SwView& rView, sal_Bool bCol = sal_False ) = 0; //add for SwInsRowColDlg, SwLineNumberingDlg virtual AbstractInsTableDlg* CreateInsTableDlg(SwView& rView) = 0; //add for SwInsTableDlg - virtual AbstractJavaEditDialog* CreateJavaEditDialog( int nResId, - Window* pParent, SwWrtShell* pWrtSh ) = 0; //add for SwJavaEditDialog + virtual AbstractJavaEditDialog* CreateJavaEditDialog(Window* pParent, + SwWrtShell* pWrtSh) = 0; //add for SwJavaEditDialog virtual AbstractMailMergeDlg* CreateMailMergeDlg( int nResId, Window* pParent, SwWrtShell& rSh, const String& rSourceName, |