diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-09 16:17:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-10 14:17:14 +0100 |
commit | 86a62b361fb60bdb859c9e9c52b25ee5097b58bf (patch) | |
tree | 19dea44731afb16c8d0607c2d397f911764c68ce /sc/inc/scabstdlg.hxx | |
parent | 88cf2853462b7eb14bfef77b5ad9f3e22397c36b (diff) |
we can remove RID_SCDLG_DELCONT
Change-Id: I8edc9210bc172cd285fe4dce54d30606ecc7c716
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 14de680f3354..7b6c6023b053 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -363,8 +363,8 @@ public: //for dataform virtual AbstractScDataFormDlg * CreateScDataFormDlg( Window* pParent, int nId, ScTabViewShell* pTabViewShell ) = 0 ; //add for ScDataFormDlg - virtual AbstractScDeleteContentsDlg * CreateScDeleteContentsDlg(Window* pParent,int nId, //add for ScDeleteContentsDlg - sal_uInt16 nCheckDefaults = 0 ) = 0; + virtual AbstractScDeleteContentsDlg * CreateScDeleteContentsDlg(Window* pParent, //add for ScDeleteContentsDlg + sal_uInt16 nCheckDefaults = 0) = 0; virtual AbstractScFillSeriesDlg * CreateScFillSeriesDlg( Window* pParent, //add for ScFillSeriesDlg ScDocument& rDocument, FillDir eFillDir, |