diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/SidebarWindowsTypes.hxx | 8 |
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 |