From 70d76c8165bc9393a92fa6d0dc9922364988abe2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Aug 2016 13:47:09 +0200 Subject: convert OverlayType to scoped enum Change-Id: Ic7758ec96bdf7f532b5b95048dbb7eb5f360f74a --- include/svx/sdr/overlay/overlayselection.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/svx') diff --git a/include/svx/sdr/overlay/overlayselection.hxx b/include/svx/sdr/overlay/overlayselection.hxx index ed4d75a51637..4380e71e6848 100644 --- a/include/svx/sdr/overlay/overlayselection.hxx +++ b/include/svx/sdr/overlay/overlayselection.hxx @@ -29,11 +29,11 @@ namespace sdr namespace overlay { // overlay type definition - enum OverlayType + enum class OverlayType { - OVERLAY_INVERT, - OVERLAY_SOLID, - OVERLAY_TRANSPARENT + Invert, + Solid, + Transparent }; class SVX_DLLPUBLIC OverlaySelection : public OverlayObject -- cgit