From b792dd3d077d60a5c734d19f153cba5428896f84 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 13 Jul 2006 11:17:57 +0000 Subject: INTEGRATION: CWS pathoptions01 (1.68.30); FILE MERGED 2006/07/11 10:18:00 mav 1.68.30.2: RESYNC: (1.68-1.69); FILE MERGED 2006/06/29 14:12:17 tv 1.68.30.1: #i34105# Paths are now being retrieved using the new PathSettings service --- wizards/com/sun/star/wizards/report/ReportWizard.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wizards/com/sun/star/wizards/report/ReportWizard.java') diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index c79d4559f39b..d6858611fd42 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -4,9 +4,9 @@ * * $RCSfile: ReportWizard.java,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:26:43 $ + * last change: $Author: obo $ $Date: 2006-07-13 12:17:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -299,7 +299,7 @@ public class ReportWizard extends WizardDialog implements XTextListener, XComple try{ this.xMSF = _xMSF; // Check general availability of office paths - ReportPath = FileAccess.getOfficePath(xMSF, "Template","share"); + ReportPath = FileAccess.getOfficePath(xMSF, "Template","share", "/wizard"); ReportPath = FileAccess.combinePaths(xMSF, ReportPath, "/wizard/report"); if (ReportPath.equals("")) return ret; -- cgit v1.2.3