Kaydet (Commit) 843c55d1 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused sc::ListenerGroupType::Single

Change-Id: I98a279731b22f88f57ab667b6f5ef8c71b030832
Reviewed-on: https://gerrit.libreoffice.org/63945
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 61d21e79
......@@ -1170,8 +1170,6 @@ sc/inc/types.hxx:38
enum ScMatValType NonvalueMask
sc/inc/types.hxx:56
enum ScFormulaVectorState FormulaVectorDisabledNotInSoftwareSubset
sc/inc/types.hxx:123
enum sc::ListenerGroupType Single
sc/source/filter/lotus/lotread.cxx:41
enum STATE S_WK1
sc/source/ui/inc/viewdata.hxx:43
......
......@@ -120,7 +120,6 @@ enum AreaOverlapType
enum class ListenerGroupType
{
Single,
Group,
Both
};
......
......@@ -517,10 +517,6 @@ void ScBroadcastAreaSlot::GetAllListeners(
const ScRange& rAreaRange = pArea->GetRange();
switch (eGroup)
{
case sc::ListenerGroupType::Single:
if (pArea->IsGroupListening())
continue;
break;
case sc::ListenerGroupType::Group:
if (!pArea->IsGroupListening())
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment