From 2a4f9cbf01c8ee4ecf571e4a8b9e121050e7bd95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 May 2016 10:23:42 +0200 Subject: Convert FontHintStyle to scoped enum Change-Id: I6e59bf8beacc524897aede45420574148c0fecde Reviewed-on: https://gerrit.libreoffice.org/25397 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/vclenum.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index 45f9ed29d1ac..8dcafe16dcd1 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -77,7 +77,7 @@ enum FontAutoHint { AUTOHINT_DONTKNOW, AUTOHINT_FALSE, AUTOHINT_TRUE }; enum FontHinting { HINTING_DONTKNOW, HINTING_FALSE, HINTING_TRUE }; -enum FontHintStyle { HINT_NONE, HINT_SLIGHT, HINT_MEDIUM, HINT_FULL }; +enum class FontHintStyle { NONE, Slight, Medium, Full }; typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl -- cgit