diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-05 13:15:43 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-05 14:43:02 +0200 |
commit | 76feaf83f2ea5f1abcc7fd01d53f501648667bc6 (patch) | |
tree | 23f4225fb3e25d689441027e4a82648035339ed0 /sw/inc/swabstdlg.hxx | |
parent | 29fb37b53a6d17840941b75c54ce370d97b36885 (diff) |
convert insert section dialog to .ui
Change-Id: I85b0c4cd50b287e4965314fdaec50c760532e2f8
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 3cdb1bb9dd81..ad7c3f14d550 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -443,8 +443,8 @@ public: SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX, sal_Bool bGlobal = sal_False) = 0; //add for SwMultiTOXTabDialog virtual AbstractEditRegionDlg* CreateEditRegionDlg(Window* pParent, SwWrtShell& rWrtSh) = 0; //add for SwEditRegionDlg - virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId, - Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh ) = 0; //add for SwInsertSectionTabDialog + virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( + Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh) = 0; //add for SwInsertSectionTabDialog virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg( SfxBindings* pBindings, SfxChildWindow* pChild, |