summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/SelectionAnalyzer.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx
index 7ee232f22528..45986676aa77 100644
--- a/svx/source/sidebar/SelectionAnalyzer.cxx
+++ b/svx/source/sidebar/SelectionAnalyzer.cxx
@@ -117,9 +117,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD (
case ViewType::Notes:
eContext = EnumContext::Context::NotesPage;
break;
- case ViewType::Outline:
- eContext = EnumContext::Context::OutlineText;
- break;
}
break;
@@ -297,8 +294,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD (
return EnumContext::Context::HandoutPage;
case ViewType::Notes:
return EnumContext::Context::NotesPage;
- case ViewType::Outline:
- return EnumContext::Context::OutlineText;
default:
return EnumContext::Context::Unknown;
}