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