summaryrefslogtreecommitdiff
path: root/include/vcl/svtabbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-03 16:42:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 08:40:02 +0100
commit3915570a7e245283e97a8ab349247ee7d056c7c6 (patch)
treea0fc54521402db49d2431146ebbcb77af63b7015 /include/vcl/svtabbx.hxx
parent3bc1a951375daaa29ce266b1450a86d9f4cfbff8 (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/svtabbx.hxx')
-rw-r--r--include/vcl/svtabbx.hxx2
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),