diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-03 20:45:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 09:54:07 +0100 |
commit | a5784b7fd63cee073d85b669f745f7f6271ab040 (patch) | |
tree | 6acb71767cb2352cd374da53546f3dae3550b626 /include/vcl/svtabbx.hxx | |
parent | 5c477389e8292cea26e2a0414a9d3bb6bdd369df (diff) |
remove unused SvLBoxTabFlags enum values
Change-Id: Id7cccd1eb60e9a16bac6d98aa2d8c75f6218f1be
Reviewed-on: https://gerrit.libreoffice.org/64482
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/svtabbx.hxx')
-rw-r--r-- | include/vcl/svtabbx.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx index 8eebb84ce8af..8fa72066dc1b 100644 --- a/include/vcl/svtabbx.hxx +++ b/include/vcl/svtabbx.hxx @@ -30,8 +30,7 @@ enum class SvTabJustify { AdjustRight = static_cast<int>(SvLBoxTabFlags::ADJUST_RIGHT), AdjustLeft = static_cast<int>(SvLBoxTabFlags::ADJUST_LEFT), - AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER), - AdjustNumeric = static_cast<int>(SvLBoxTabFlags::ADJUST_NUMERIC) + AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER) }; struct TabListBoxEventData |