From e1c4dbdbe12fb6c87605547fbc0ee6dc7c357d98 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Feb 2017 14:50:24 +0200 Subject: convert SvxIconChoiceCtrlTextMode to scoped enum and drop unused DontKnow enumerator Change-Id: Ida06ae702e45d489765f970bbbdab6d762293c6c --- include/svtools/ivctrl.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index ec1d0cfdfcb7..ea7116e64b0b 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -49,11 +49,10 @@ namespace o3tl template<> struct typed_flags : is_typed_flags {}; } -enum SvxIconChoiceCtrlTextMode +enum class SvxIconChoiceCtrlTextMode { - IcnShowTextFull = 1, // Enlarge BoundRect southwards - IcnShowTextShort, // Shorten with "..." - IcnShowTextDontKnow // Settings of the View + Full = 1, // Enlarge BoundRect southwards + Short // Shorten with "..." }; enum class SvxIconChoiceCtrlPositionMode -- cgit