File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
java/bundles/org.eclipse.set.feature/rootdir/data/export/pdf Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -279,14 +279,4 @@ http://www.eclipse.org/legal/epl-v20.html
279
279
</fo : inline >
280
280
</fo : block >
281
281
</xsl : template >
282
-
283
- <xsl : template name =" CutMark" >
284
- <!-- By default the page will be margin left 20mm -->
285
- <fo : block-container left =" -20mm" top =" 0mm" height =" 5mm" width =" 10mm" background-color =" black" absolute-position =" absolute" >
286
- <fo : block >.</fo : block >
287
- </fo : block-container >
288
- <fo : block-container left =" -20mm" top =" 5mm" height =" 5mm" width =" 5mm" background-color =" black" absolute-position =" absolute" >
289
- <fo : block >.</fo : block >
290
- </fo : block-container >
291
- </xsl : template >
292
282
</xsl : stylesheet >
Original file line number Diff line number Diff line change 27
27
</fo : layout-master-set >
28
28
<fo : page-sequence force-page-count =" no-force" master-reference =" table-master-a" >
29
29
<fo : static-content flow-name =" folding-mark-region" >
30
- <xsl : call-template name =" CutMark" />
31
30
<xsl : call-template name =" FoldingMarksTop" />
32
31
<xsl : call-template name =" WaterMark" />
33
32
</fo : static-content >
43
42
</fo : page-sequence >
44
43
<fo : page-sequence force-page-count =" no-force" master-reference =" page-sequence-master-b" initial-page-number =" 1" >
45
44
<fo : static-content flow-name =" folding-mark-region" >
46
- <xsl : call-template name =" CutMark" />
47
45
<xsl : call-template name =" FoldingMarksTop" />
48
46
<xsl : call-template name =" WaterMark" />
49
47
</fo : static-content >
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ http://www.eclipse.org/legal/epl-v20.html
66
66
67
67
<fo : page-sequence master-reference =" page-sequence-master" initial-page-number =" {$pagePosition}" >
68
68
<fo : static-content flow-name =" folding-mark-region-top" >
69
- <xsl : call-template name =" CutMark" />
70
69
<fo : block-container height =" 100%" width =" 100%" >
71
70
<xsl : call-template name =" siteplan-folding-mark-top-bottom" />
72
71
</fo : block-container >
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ http://www.eclipse.org/legal/epl-v20.html
74
74
</fo : layout-master-set >
75
75
<fo : page-sequence master-reference =" page-sequence-master" >
76
76
<fo : static-content flow-name =" folding-mark-region" >
77
- <xsl : call-template name =" CutMark" />
78
77
<xsl : call-template name =" FoldingMarksTop" />
79
78
<xsl : call-template name =" WaterMark" />
80
79
</fo : static-content >
You can’t perform that action at this time.
0 commit comments