diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-06-15 23:04:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-06-15 23:04:51 +0200 |
commit | 1b363f632110e80ead67ff376e92e4487556ca55 (patch) | |
tree | 688e71242bbb22aaf83949ca842eac7400f66972 /sc/inc | |
parent | fc067a78706abc237ce20cab670406a7790ec37e (diff) |
add local range names to ScNamePasteDlg
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 87495b5da1ab..cfdbdcfd365b 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -417,7 +417,7 @@ public: virtual AbstractScNameCreateDlg * CreateScNameCreateDlg ( Window * pParent, sal_uInt16 nFlags, int nId ) = 0; //add for ScNameCreateDlg virtual AbstractScNamePasteDlg * CreateScNamePasteDlg ( Window * pParent, const ScRangeName* pList, //add for ScNamePasteDlg - int nId , sal_Bool bInsList=sal_True ) = 0; + const ScRangeName* pLocalList, int nId , bool bInsList=true ) = 0; virtual AbstractScPivotFilterDlg * CreateScPivotFilterDlg ( Window* pParent, //add for ScPivotFilterDlg const SfxItemSet& rArgSet, sal_uInt16 nSourceTab , int nId ) = 0; |