summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-05-24 18:32:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-05-25 13:31:47 +0200
commit99097e32b205b3a37214d6f082f5f831d0422527 (patch)
treeeefe09b4e26c4f28d5f4eca044bd8c66430becbe /include/editeng
parentfd113e2f44d4e821e829fb71ac51da33a3284b2f (diff)
more TypedWhichId
Change-Id: I2536f09fc48ff641c0e5c646ca7127f293ae5db4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152259 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editids.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc
index df7969ce8dc3..624c78b78a3a 100644
--- a/include/editeng/editids.hrc
+++ b/include/editeng/editids.hrc
@@ -154,7 +154,7 @@ class SvxWordLineModeItem;
#define SID_ATTR_CHAR_RELIEF TypedWhichId<SvxCharReliefItem>( SID_SVX_START + 920 )
#define SID_PARA_VERTALIGN TypedWhichId<SvxParaVertAlignItem>( SID_SVX_START + 925 )
#define SID_ATTR_FRAMEDIRECTION TypedWhichId<SvxFrameDirectionItem>( SID_SVX_START + 944 )
-#define SID_ATTR_PARA_SNAPTOGRID ( SID_SVX_START + 945 )
+#define SID_ATTR_PARA_SNAPTOGRID TypedWhichId<SvxParaGridItem>( SID_SVX_START + 945 )
#define SID_ATTR_PARA_LRSPACE_VERTICAL ( SID_SVX_START + 947 )
#define SID_ATTR_PARA_LEFT_TO_RIGHT ( SID_SVX_START + 950 )
#define SID_ATTR_PARA_RIGHT_TO_LEFT ( SID_SVX_START + 951 )