summaryrefslogtreecommitdiff
path: root/sw/inc/SidebarWindowsTypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-12 08:20:40 +0200
committerNoel Grandin <noel@peralex.com>2015-03-18 14:23:50 +0200
commit6761c5114a800fad08b87fa56d611f7483b9a615 (patch)
tree08664e2a5ab8a8cffb89a3ee60039eedeba65f6b /sw/inc/SidebarWindowsTypes.hxx
parent6970a4dc7734de2451abee5ae33339be2eef6963 (diff)
convert ViewState to enum class
Change-Id: Ib86a8e3adaf7c806e8a44db27ff635b9738c769f
Diffstat (limited to 'sw/inc/SidebarWindowsTypes.hxx')
-rw-r--r--sw/inc/SidebarWindowsTypes.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/SidebarWindowsTypes.hxx b/sw/inc/SidebarWindowsTypes.hxx
index 4933c21d892e..28d1e5891ff1 100644
--- a/sw/inc/SidebarWindowsTypes.hxx
+++ b/sw/inc/SidebarWindowsTypes.hxx
@@ -22,11 +22,11 @@
namespace sw { namespace sidebarwindows {
-enum ViewState
+enum class ViewState
{
- VS_NORMAL,
- VS_VIEW,
- VS_EDIT
+ NORMAL,
+ VIEW,
+ EDIT
};
enum SidebarPosition