From 4f0398587f2854e41a8b544f5e2a00e3680122b6 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 28 Jan 2016 12:02:59 +0900 Subject: starmath: Convert RectHorAlign to scoped enum Change-Id: Ia5b43083e9675ef2664e5147e80237a7d947e138 Reviewed-on: https://gerrit.libreoffice.org/21859 Tested-by: Jenkins Reviewed-by: Michael Stahl --- starmath/inc/rect.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index c7dcaf0c8574..979f22186cdf 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -60,8 +60,12 @@ enum class RectPos Bottom, Attribute }; -enum RectHorAlign -{ RHA_LEFT, RHA_CENTER, RHA_RIGHT + +enum class RectHorAlign +{ + Left, + Center, + Right }; enum RectVerAlign { RVA_TOP, RVA_MID, RVA_BOTTOM, RVA_BASELINE, RVA_CENTERY, -- cgit