diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-03-02 10:12:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-03-02 11:48:43 +0100 |
commit | 9f7cbc3a5358620f94fd175dbd494e6d5c01f3de (patch) | |
tree | fdf17ff608430b7d80d655983144fa33e6b29894 /sd/source/ui/inc/BulletAndPositionDlg.hxx | |
parent | 615f72e74c9ac2202bce4dd95d98b6558b178f19 (diff) |
use SfxItemSet::GetItemIfSet in sd
Change-Id: I198b6101c1d62e81a70bac6a57faa2adc2dd36f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/BulletAndPositionDlg.hxx')
-rw-r--r-- | sd/source/ui/inc/BulletAndPositionDlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/BulletAndPositionDlg.hxx b/sd/source/ui/inc/BulletAndPositionDlg.hxx index b6984af8ccb5..4645060e251c 100644 --- a/sd/source/ui/inc/BulletAndPositionDlg.hxx +++ b/sd/source/ui/inc/BulletAndPositionDlg.hxx @@ -67,7 +67,7 @@ class SvxBulletAndPositionDlg : public weld::GenericDialogController sal_uInt8 nBullet; sal_uInt16 nActNumLvl; weld::Window* p_Window; - sal_uInt16 nNumItemId; + TypedWhichId<SvxNumBulletItem> nNumItemId; MapUnit eCoreUnit; SvxNumberingPreview m_aPreviewWIN; |