summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-19 20:49:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 20:56:23 +0000
commit3b385c20d8c50e11ef02006f0dab4fd8cf360e5b (patch)
tree04df4ffbcf96a26a2075554db77c21b5e9d84b14 /sc/inc
parentc7794f592500f43ca7b83535389de6b4fa717173 (diff)
convert show sheets dialog to .ui
Change-Id: Ia32aa742b426872c6634a431170c441ae3c8c963
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc2
-rw-r--r--sc/inc/scabstdlg.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index e7571856be36..c22b064bd33c 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1063,8 +1063,6 @@
// derivations from RID_SCDLG_SELENTRY
-#define RID_SCDLG_SHOW_TAB (SC_DIALOGS_START + 109)
-
#define RID_SCPAGE_CONTENT (SC_DIALOGS_START + 113)
#define RID_SCPAGE_LAYOUT (SC_DIALOGS_START + 114)
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 70bf91578694..371a3621aa67 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -452,7 +452,7 @@ public:
virtual AbstractScNewScenarioDlg * CreateScNewScenarioDlg ( Window* pParent, const OUString& rName,
int nId,
sal_Bool bEdit = false, sal_Bool bSheetProtected = false ) = 0;
- virtual AbstractScShowTabDlg * CreateScShowTabDlg ( Window* pParent, int nId ) = 0;
+ virtual AbstractScShowTabDlg * CreateScShowTabDlg(Window* pParent) = 0;
virtual AbstractScStringInputDlg * CreateScStringInputDlg ( Window* pParent,
const OUString& rTitle,