]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/pdf/PDFDiagramExportWizard.java
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / pdf / PDFDiagramExportWizard.java
index ba389f77d3cd149d96e8c4d3db788b06983edb8e..f0c9cddb32514610ec850b0bb9b30919e5657516 100644 (file)
@@ -260,9 +260,7 @@ public class PDFDiagramExportWizard extends Wizard implements IExportWizard {
                 @Override
                 public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
                     try {
-                       // Print pdf
-                        DiagramPrinter.printToPdf(monitor, exportPlan, exportPlan.exportLocation.toString(), exportPlan.selectedNodes, exportPlan.sessionContext);
-                        
+                        DiagramPrinter.printToPdf(monitor, exportPlan, exportPlan.exportLocation.toString(), exportPlan.selectedNodes);
                     } catch (PdfException e) {
                         throw new InvocationTargetException(e);
                     } finally {