summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-09 16:17:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-10 14:17:14 +0100
commit86a62b361fb60bdb859c9e9c52b25ee5097b58bf (patch)
tree19dea44731afb16c8d0607c2d397f911764c68ce /sc/inc/scabstdlg.hxx
parentConvert scalc delete contents dialog to .ui (diff)
downloadcore-86a62b361fb60bdb859c9e9c52b25ee5097b58bf.tar.gz
core-86a62b361fb60bdb859c9e9c52b25ee5097b58bf.zip
we can remove RID_SCDLG_DELCONT
Change-Id: I8edc9210bc172cd285fe4dce54d30606ecc7c716
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx4
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,