summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 16:08:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-24 21:24:11 +0100
commit843c55d132a1889ffbdfe230a48bb6dfae7d62a3 (patch)
tree3d76676d434c89345e100962808a6eb13a13bf2a /sc/inc/types.hxx
parent61d21e79e681753599b395f224ed48172e808bc4 (diff)
remove unused sc::ListenerGroupType::Single
Change-Id: I98a279731b22f88f57ab667b6f5ef8c71b030832 Reviewed-on: https://gerrit.libreoffice.org/63945 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.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index 51898c291fde..995f715c37c3 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -120,7 +120,6 @@ enum AreaOverlapType
enum class ListenerGroupType
{
- Single,
Group,
Both
};