Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan E. Cook2016-10-31 21:46:02 +0000
committerMegumi Telles2016-12-01 15:30:52 +0000
commit35ee41eba0bb20c8f094d62c46c29dbf7f00030b (patch)
tree774c87140d741fa830202b523199bb3273839158 /plugins/org.eclipse.osee.define.report.api/src
parent56c3bae0570c2cfe3165c539a5acec823070591a (diff)
downloadorg.eclipse.osee-35ee41eba0bb20c8f094d62c46c29dbf7f00030b.tar.gz
org.eclipse.osee-35ee41eba0bb20c8f094d62c46c29dbf7f00030b.tar.xz
org.eclipse.osee-35ee41eba0bb20c8f094d62c46c29dbf7f00030b.zip
bug[ats_ATS320306]: Blank lines added in word edit
Change-Id: Id01929532fc123e21e59aaa558310ec8ec8d6c38 Signed-off-by: Morgan E. Cook <Morgan.e.cook@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.define.report.api/src')
-rw-r--r--plugins/org.eclipse.osee.define.report.api/src/org/eclipse/osee/define/report/api/ReportConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.define.report.api/src/org/eclipse/osee/define/report/api/ReportConstants.java b/plugins/org.eclipse.osee.define.report.api/src/org/eclipse/osee/define/report/api/ReportConstants.java
index e18b9b9f961..5a3de57d445 100644
--- a/plugins/org.eclipse.osee.define.report.api/src/org/eclipse/osee/define/report/api/ReportConstants.java
+++ b/plugins/org.eclipse.osee.define.report.api/src/org/eclipse/osee/define/report/api/ReportConstants.java
@@ -22,7 +22,7 @@ public class ReportConstants {
//regex
public static final String FTR = "<w:ftr[\\s\\S]+?</w:ftr>";
public static final String PAGE_SZ = "<w:pgSz [^>]*/>";
- public static final String ENTIRE_FTR_EXTRA_PARA = "<w:pPr><w:spacing w:after=\"[\\d]\"></w:spacing><w:sectPr[^>]*><w:ftr[\\s\\S]+?</w:ftr>[\\s\\S]+?</w:sectPr></w:pPr>";
+ public static final String ENTIRE_FTR_EXTRA_PARA = "<w:p wsp:rsidR=\"[^\"]+\" wsp:rsidRDefault=\"[^\"]+\"><w:pPr><w:spacing w:after=\"[\\d]\"></w:spacing><w:sectPr[^>]*><w:ftr[\\s\\S]+?</w:ftr>[\\s\\S]+?</w:sectPr></w:pPr></w:p>";
public static final String ENTIRE_FTR = "<w:sectPr[^>]*><w:ftr[\\s\\S]+?</w:ftr>[\\s\\S]+?</w:sectPr>";
public static final String FULL_PARA_END = "</w:pPr></w:p>";
public static final String NO_DATA_RIGHTS =

Back to the top