diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-03 16:42:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 08:40:02 +0100 |
commit | 3915570a7e245283e97a8ab349247ee7d056c7c6 (patch) | |
tree | a0fc54521402db49d2431146ebbcb77af63b7015 /include/vcl | |
parent | 3bc1a951375daaa29ce266b1450a86d9f4cfbff8 (diff) |
convert SvTabJustify to scoped enum
Change-Id: If72ad4f44b327880942f62cd0b3793f7d7a153fb
Reviewed-on: https://gerrit.libreoffice.org/64481
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/svtabbx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx index 066bbb929158..8eebb84ce8af 100644 --- a/include/vcl/svtabbx.hxx +++ b/include/vcl/svtabbx.hxx @@ -26,7 +26,7 @@ #include <memory> #include <vector> -enum SvTabJustify +enum class SvTabJustify { AdjustRight = static_cast<int>(SvLBoxTabFlags::ADJUST_RIGHT), AdjustLeft = static_cast<int>(SvLBoxTabFlags::ADJUST_LEFT), |