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 /include | |
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 'include')
-rw-r--r-- | include/editeng/numitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 177a360d8b41..98f09a4645da 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -220,7 +220,6 @@ enum class SvxNumRuleFlags CHAR_STYLE = 0x0004, // Character styles? BULLET_REL_SIZE = 0x0008, // relative bullet size? BULLET_COLOR = 0x0010, // Bullet color - SYMBOL_ALIGNMENT = 0x0040, // alignment to be shown in the options NO_NUMBERS = 0x0080, // Numbering are not allowed ENABLE_LINKED_BMP = 0x0100, // linked bitmaps are available ENABLE_EMBEDDED_BMP = 0x0200 // embedded bitmaps are available |