diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-28 15:49:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-29 13:13:44 +0200 |
commit | 583c3fcea50b69ca9d3cd866050c9e722a8f780b (patch) | |
tree | 81fae7fe097d01d6b74435c56e57be9ad2a0d02c /sc/inc | |
parent | a12633a9982d34eb8f0b714d5f25cff3040f33ab (diff) |
use more TypedWhichId
Change-Id: If7b4320e199a01f2614e3bf582e5d96fade22aa2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152353
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-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) |