diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sdr/overlay/overlayselection.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |