diff options
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) |