summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 10:48:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-24 07:04:53 +0100
commit3ff1f462ea4b277b367048e52a068d877fe01c97 (patch)
tree768233aacd774b326556547f0c88d893418c3419 /include/editeng
parentecb962ed5441d4e48e39fd0746a672b620202176 (diff)
remove unused EESpellState::LanguageNotInstalled
Change-Id: I8467f2807d77dad4290b0eff1336eaab40cfb20a Reviewed-on: https://gerrit.libreoffice.org/63902 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index 0b2e464ca015..d0517d1dc413 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -38,7 +38,7 @@ enum class EEHorizontalTextDirection { Default, L2R, R2L };
enum class EESelectionMode { Std, Hidden };
// EESelectionMode::Hidden can be used to completely hide the selection. This is useful e.g. when you want show the selection
// only as long as your window (which the edit view works on) has the focus
-enum class EESpellState { Ok, LanguageNotInstalled, NoSpeller, ErrorFound };
+enum class EESpellState { Ok, NoSpeller, ErrorFound };
enum class EEAnchorMode {
TopLeft, TopHCenter, TopRight,
VCenterLeft, VCenterHCenter, VCenterRight,