diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-26 12:20:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-26 21:15:43 +0200 |
commit | a4d4445e698b78ec0c2eb61a685869bd1d8bfd85 (patch) | |
tree | 339b05f94646ec606c7227cfb2fc15a553e92ad8 /include/sfx2 | |
parent | 370533da3f07169791c0a17013ca55c57df2f3c9 (diff) |
use more TypedWhichId
Change-Id: Iaa7ce9165da835a638bcc1d633bed0a2ff2c4108
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152308
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 59b98b15244e..ea60a8507716 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -338,7 +338,7 @@ class SvxZoomItem; #define SID_POSTDATA TypedWhichId<SfxUnoAnyItem>(SID_SFX_START + 1536) #define SID_DONELINK (SID_SFX_START + 646) #define SID_REFERER TypedWhichId<SfxStringItem>(SID_SFX_START + 654) -#define SID_PAGE_NUMBER (SID_SFX_START + 655) +#define SID_PAGE_NUMBER TypedWhichId<SfxInt32Item>(SID_SFX_START + 655) #define SID_MODIFIER TypedWhichId<SfxUInt16Item>(SID_SFX_START + 669) #define SID_SETOPTIONS (SID_SFX_START + 670) #define SID_SOURCEVIEW (SID_SFX_START + 675) @@ -387,7 +387,7 @@ class SvxZoomItem; #define SID_TEMPLATE_NAME TypedWhichId<SfxStringItem>(SID_SFX_START + 660) #define SID_TEMPLATE_REGIONNAME TypedWhichId<SfxStringItem>(SID_SFX_START + 662) -#define SID_TEMPLATE_LOAD (SID_SFX_START + 663) +#define SID_TEMPLATE_LOAD TypedWhichId<SfxInt32Item>(SID_SFX_START + 663) #define SID_INSERT_OBJECT (SID_SFX_START + 561) #define SID_INSERT_FLOATINGFRAME (SID_SFX_START + 563) |