From e51254d933dd878bb60d59f04bc95d399001d3f2 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 26 Sep 2012 16:11:52 -0400 Subject: Add new slot ID for 'Manage XML Source' menu entry. Plus unwind the mess of slot ID collision between sc and svx. Change-Id: Iad236e50f58160d85c997d6f8f6dfce405fd82bb --- sc/inc/sc.hrc | 1 + sc/inc/sccommands.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sc/inc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 80b91142243b..39b4b9025f26 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -363,6 +363,7 @@ #define SID_AUTO_FILTER (DATA_MENU_START + 5) #define SID_UNFILTER (DATA_MENU_START + 6) #define SID_QUERY (DATA_MENU_START + 7) +#define SID_MANAGE_XML_SOURCE (DATA_MENU_START + 8) #define SID_SUBTOTALS (DATA_MENU_START + 13) #define SID_AUTO_OUTLINE (DATA_MENU_START + 14) #define SID_IMPORT_DATA (DATA_MENU_START + 15) diff --git a/sc/inc/sccommands.h b/sc/inc/sccommands.h index be8f411dfbe1..8de1f7a89bad 100644 --- a/sc/inc/sccommands.h +++ b/sc/inc/sccommands.h @@ -102,6 +102,7 @@ #define CMD_FID_TAB_EVENTS ".uno:TableEvents" #define CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ".uno:SetTabBgColor" #define CMD_FID_TAB_SET_TAB_BG_COLOR ".uno:TabBgColor" +#define CMD_SID_MANAGE_XML_SOURCE ".uno:ManageXMLSource" #endif -- cgit