summaryrefslogtreecommitdiff
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 2b975084d3f1..ec1d0cfdfcb7 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -56,11 +56,10 @@ enum SvxIconChoiceCtrlTextMode
IcnShowTextDontKnow // Settings of the View
};
-enum SvxIconChoiceCtrlPositionMode
+enum class SvxIconChoiceCtrlPositionMode
{
- IcnViewPositionModeFree = 0, // Free pixel-perfekt positioning
- IcnViewPositionModeAutoArrange = 1, // Auto arrange
- IcnViewPositionModeAutoAdjust = 2 // Auto adjust
+ Free, // Free pixel-perfekt positioning
+ AutoArrange, // Auto arrange
};
class SvxIconChoiceCtrlEntry