summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2019-10-04 18:12:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-05 09:10:21 +0200
commitfaec1a870e671e79d1cdc532a509c345e3731c16 (patch)
treef5941546fc95153d5301c294b7ab653fce23deb1 /include
parent85091c7bf5c3f2fcf409fd2691f227ca7f353945 (diff)
Convert SID_PAPER_START/END to SfxUInt16Item
Change-Id: I62067075853b1d5c893c14d72a247b07a3cc5585 Reviewed-on: https://gerrit.libreoffice.org/80248 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxids.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index cbcbc7461438..1045ec364044 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -824,8 +824,8 @@ class SvxSetItem;
#define SID_DISABLE_CTL ( SID_SVX_START + 1036 )
#define SID_INSERT_HYPERLINKCONTROL ( SID_SVX_START + 1037 )
#define SID_ENUM_PAGE_MODE TypedWhichId<SfxUInt16Item>( SID_SVX_START + 1038 )
-#define SID_PAPER_START ( SID_SVX_START + 1039 )
-#define SID_PAPER_END ( SID_SVX_START + 1040 )
+#define SID_PAPER_START TypedWhichId<SfxUInt16Item>( SID_SVX_START + 1039 )
+#define SID_PAPER_END TypedWhichId<SfxUInt16Item>( SID_SVX_START + 1040 )
#define SID_COLLECT_LIST ( SID_SVX_START + 1041 )
#define SID_GROW_FONT_SIZE ( SID_SVX_START + 1042 )
#define SID_SHRINK_FONT_SIZE ( SID_SVX_START + 1043 )