diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-09 10:40:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-09 13:15:24 +0100 |
commit | 78417f42a4b71729f324ca09e341ee24d9d4baaa (patch) | |
tree | 5979fe0998c22e48e78f59169e4967ee96715fc9 /sc/inc | |
parent | 2705fc72df2058332773b5cb04a6b4d207f5e39c (diff) |
adapt code for select range .ui conversion
Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 1 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 6 | ||||
-rw-r--r-- | sc/inc/scabstdlg.hxx | 6 |
3 files changed, 4 insertions, 9 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 96be5124c1cc..6f210c8327bf 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -95,7 +95,6 @@ #define HID_SC_NAVIGATOR "SC_HID_SC_NAVIGATOR" -#define HID_SC_SELENTRY_LIST "SC_HID_SC_SELENTRY_LIST" #define HID_SC_GROUP_COLS "SC_HID_SC_GROUP_COLS" #define HID_SC_GROUP_ROWS "SC_HID_SC_GROUP_ROWS" diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 08365fad5a6a..0b460be51964 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -716,8 +716,8 @@ #define SCSTR_MODIFY (STR_START + 19) #define SCSTR_SHOWTABLE (STR_START + 20) #define SCSTR_HIDDENTABLES (STR_START + 21) -#define SCSTR_SELECTDB (STR_START + 22) -#define SCSTR_AREAS (STR_START + 23) + + #define SCSTR_TABLE (STR_START + 24) #define SCSTR_NAME (STR_START + 25) #define SCSTR_INSTABLE (STR_START + 26) @@ -1035,7 +1035,7 @@ #define RID_SCDLG_ROW_OPT (SC_DIALOGS_START + 107) // derivations from RID_SCDLG_SELENTRY -#define RID_SCDLG_SELECTDB (SC_DIALOGS_START + 108) + #define RID_SCDLG_SHOW_TAB (SC_DIALOGS_START + 109) // derivations from RID_SCDLG_GROUP diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 50f3aa08f344..14de680f3354 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -395,11 +395,7 @@ public: SCTAB nTabCount, bool bFromFile) = 0; virtual AbstractScSelEntryDlg * CreateScSelEntryDlg ( Window* pParent, // add for ScSelEntryDlg - sal_uInt16 nResId, - const String& aTitle, - const String& aLbTitle, - const std::vector<String> &rEntryList, - int nId ) = 0; + const std::vector<String> &rEntryList ) = 0; virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg ( Window* pParent, int nId) = 0; //add for ScLinkedAreaDlg virtual AbstractScMetricInputDlg * CreateScMetricInputDlg ( Window* pParent, //add for ScMetricInputDlg |