summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-26 11:09:26 +0200
committerNoel Grandin <noel@peralex.com>2015-03-27 08:33:43 +0200
commit402ae4c06c0935b0b2bfe9aeb6f961a65702e307 (patch)
treecd75533421c6b32393871fe5ff4eea3ba285ae28 /include
parent28c61871e876e6a2cac47439f768504b1a4c94a0 (diff)
convert ProminentEntry to enum class
Change-Id: I51578e83a6a44beece174792c9e3e59f7f8c5fef
Diffstat (limited to 'include')
-rw-r--r--include/tools/wintypes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index c26833e020eb..995dcfe8235f 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -312,7 +312,7 @@ typedef sal_uInt16 StandardButtonType;
// prominent place for ListBox window types
-enum ProminentEntry { PROMINENT_TOP, PROMINENT_MIDDLE };
+enum class ProminentEntry { TOP, MIDDLE };
#endif