diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-05 10:06:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-05 11:36:35 +0000 |
commit | e401b9c8243af61d4b2889d38e8390e8971099f2 (patch) | |
tree | 62131a8864309262e4b8bb461a940183a35522f4 /sc/inc | |
parent | 258e6f93e81539d90b23f45224dd225a6e20ab0d (diff) |
convert scenario dialog to .ui
Change-Id: I66f7fe04155ad4c6e42e6aa96bb2db71ba4f682f
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 1 | ||||
-rw-r--r-- | sc/inc/scabstdlg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 3bdad835c746..a733aec73160 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1014,7 +1014,6 @@ #define RID_SCDLG_PIVOTFILTER (SC_DIALOGS_START + 33) #define RID_SCDLG_PIVOT_LAYOUT (SC_DIALOGS_START + 34) #define RID_SCDLG_CONSOLIDATE (SC_DIALOGS_START + 35) -#define RID_SCDLG_NEWSCENARIO (SC_DIALOGS_START + 39) #define RID_SCDLG_INSERT_TABLE (SC_DIALOGS_START + 42) #define RID_SCPAGE_AREAS (SC_DIALOGS_START + 44) diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 0861d60fb145..39fd50cc7b84 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -442,7 +442,6 @@ public: sal_uInt16 nOrient ) = 0; virtual AbstractScNewScenarioDlg * CreateScNewScenarioDlg ( Window* pParent, const OUString& rName, - int nId, sal_Bool bEdit = false, sal_Bool bSheetProtected = false ) = 0; virtual AbstractScShowTabDlg * CreateScShowTabDlg(Window* pParent) = 0; |