summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 11:51:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 14:43:54 +0200
commit8c1d25e0dbbcc9b6d4ed58f4bc9e8ffff7e10e5e (patch)
tree01829072339384da0f12f5fc3f15b424dde67741 /sc/inc/types.hxx
parentba031cc41321c7817c5b23e0b5378e532f7e1dea (diff)
convert AreaOverlapType to scoped enum
and remove unused AreaPartialOverlap Change-Id: I21e94d8d15c59485c1287e99dcc6558e0570a8eb Reviewed-on: https://gerrit.libreoffice.org/76234 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index c4e62ae63452..5c68c606d0fe 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -107,13 +107,12 @@ struct MultiDataCellState
MultiDataCellState( StateType eState );
};
-enum AreaOverlapType
+enum class AreaOverlapType
{
- AreaInside,
- AreaPartialOverlap,
- AreaInsideOrOverlap,
- OneRowInsideArea,
- OneColumnInsideArea
+ Inside,
+ InsideOrOverlap,
+ OneRowInside,
+ OneColumnInside
};
enum class ListenerGroupType