diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-11 18:17:52 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-11-11 20:44:48 +0100 |
commit | 2b1f0d31c34464bdece4eea158097b3e4923cf5f (patch) | |
tree | 66fff19490e124a00321590eb5a5ba00ab149714 /cui/source/inc/numpages.hxx | |
parent | 019e6ae7be38176978943d95fa3b586830e1b3b1 (diff) |
tdf#111738: Duplicated numbering alignment option on numbering dialog
Change-Id: Ifb18d5da84cc47da59448549f3c617e8040c246c
Reviewed-on: https://gerrit.libreoffice.org/44636
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cui/source/inc/numpages.hxx')
-rw-r--r-- | cui/source/inc/numpages.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx index 01a542f6b9f4..e8d85cf9113c 100644 --- a/cui/source/inc/numpages.hxx +++ b/cui/source/inc/numpages.hxx @@ -262,8 +262,6 @@ class SvxNumOptionsTabPage : public SfxTabPage VclPtr<NumericField> m_pStartED; VclPtr<FixedText> m_pBulletFT; VclPtr<PushButton> m_pBulletPB; - VclPtr<FixedText> m_pAlignFT; - VclPtr<ListBox> m_pAlignLB; VclPtr<FixedText> m_pBitmapFT; VclPtr<MenuButton> m_pBitmapMB; sal_uInt16 m_nGalleryId; |