From 2342de91bd093b28a14df41c9e0a588c6c362ebb Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Oct 2016 18:46:39 +0000 Subject: [PATCH] Added EditoralSpellCheck format flag --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index d55877ba..215f9bf7 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -655,6 +655,17 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _PromptForCautionType, "@PromptForCautionType"); } } + // Put in for Farley. This puts editor in editoral mode while a spell check being performed + // - No change bars will be added + // - existing change bars will remain + private LazyLoad _EditoralSpellCheck; + public bool EditoralSpellCheck + { + get + { + return LazyLoad(ref _EditoralSpellCheck, "@EditoralSpellCheck"); + } + } } #endregion #region PrintDataAll