From 270d5e37d85ef6979cb34cc4ce950a5625c81b96 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 3 Oct 2014 13:43:19 +0000 Subject: [PATCH] =?UTF-8?q?IP2BCK:=20Added=20a=20flag=20so=20that=20the=20?= =?UTF-8?q?tabalign=20code=20won=E2=80=99t=20be=20run=20for=20IP2BCK?= =?UTF-8?q?=E2=80=99s=20equipment=20opts=20steps=20(this=20code=20was=20mi?= =?UTF-8?q?s-aligning=20the=20bulleted=20tabs=20for=20IP2BCK)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index b59a62f3..ca7e9d0e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4886,6 +4886,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _RNOExcludeMacros, "TabData/@RNOExcludeMacros"); } } + private LazyLoad _NoTabAlign; + public bool NoTabAlign + { + get + { + return LazyLoad(ref _NoTabAlign, "TabData/@NoTabAlign"); + } + } private LazyLoad _Justify; public string Justify {