Skip to content

Commit 323c922

Browse files
Revert "Add cut mark to pdf export (#1746)" (#1802)
This reverts commit 786fb90.
1 parent 5dcb8d2 commit 323c922

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

java/bundles/org.eclipse.set.feature/rootdir/data/export/pdf/common.xsl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,4 @@ http://www.eclipse.org/legal/epl-v20.html
279279
</fo:inline>
280280
</fo:block>
281281
</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>
292282
</xsl:stylesheet>

java/bundles/org.eclipse.set.feature/rootdir/data/export/pdf/multipage_layout.xsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</fo:layout-master-set>
2828
<fo:page-sequence force-page-count="no-force" master-reference="table-master-a">
2929
<fo:static-content flow-name="folding-mark-region">
30-
<xsl:call-template name="CutMark" />
3130
<xsl:call-template name="FoldingMarksTop"/>
3231
<xsl:call-template name="WaterMark"/>
3332
</fo:static-content>
@@ -43,7 +42,6 @@
4342
</fo:page-sequence>
4443
<fo:page-sequence force-page-count="no-force" master-reference="page-sequence-master-b" initial-page-number="1">
4544
<fo:static-content flow-name="folding-mark-region">
46-
<xsl:call-template name="CutMark" />
4745
<xsl:call-template name="FoldingMarksTop"/>
4846
<xsl:call-template name="WaterMark"/>
4947
</fo:static-content>

java/bundles/org.eclipse.set.feature/rootdir/data/export/pdf/siteplan_template.xsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ http://www.eclipse.org/legal/epl-v20.html
6666

6767
<fo:page-sequence master-reference="page-sequence-master" initial-page-number="{$pagePosition}">
6868
<fo:static-content flow-name="folding-mark-region-top">
69-
<xsl:call-template name="CutMark" />
7069
<fo:block-container height="100%" width="100%">
7170
<xsl:call-template name="siteplan-folding-mark-top-bottom"/>
7271
</fo:block-container>

java/bundles/org.eclipse.set.feature/rootdir/data/export/pdf/table_template.xsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ http://www.eclipse.org/legal/epl-v20.html
7474
</fo:layout-master-set>
7575
<fo:page-sequence master-reference="page-sequence-master">
7676
<fo:static-content flow-name="folding-mark-region">
77-
<xsl:call-template name="CutMark" />
7877
<xsl:call-template name="FoldingMarksTop"/>
7978
<xsl:call-template name="WaterMark"/>
8079
</fo:static-content>

0 commit comments

Comments
 (0)