diff options
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 625206b74f8c..534ff7ab6795 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -145,7 +145,7 @@ class SvxZoomSliderItem; #define SID_RENAME_OBJECT (SC_VIEW_START + 88) #define SID_FOCUS_INPUTLINE (SC_VIEW_START + 89) -#define SID_SELECT_TABLES (SC_VIEW_START + 90) +#define SID_SELECT_TABLES TypedWhichId<SfxIntegerListItem>(SC_VIEW_START + 90) // new entry "Filter..." in DP popup menu #define SID_DP_FILTER (SC_VIEW_START + 91) |