summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 14:52:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 07:13:24 +0000
commited8773a201bc4954050b87f6d2952525831d3499 (patch)
tree9eabc380cee8a3acdb19189d2b7d0e7404a0c6f0 /svx
parentremove unused BrkAction enumerator from SdrEventKind (diff)
downloadcore-ed8773a201bc4954050b87f6d2952525831d3499.tar.gz
core-ed8773a201bc4954050b87f6d2952525831d3499.zip
remove unused Outline enumerator from SelectionAnalyzer::ViewType enum
Change-Id: I256318046b10f6a75542d5cbf4560bb99a6dfff6 Reviewed-on: https://gerrit.libreoffice.org/34239 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;
}