From 20fe1cea914ab7caf8d57d45a366e8fa2a396167 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 13 Jul 2006 11:14:43 +0000 Subject: INTEGRATION: CWS pathoptions01 (1.5.30); FILE MERGED 2006/07/11 10:16:29 mav 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/29 14:12:17 tv 1.5.30.1: #i34105# Paths are now being retrieved using the new PathSettings service --- wizards/com/sun/star/wizards/form/StyleApplier.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wizards/com/sun') diff --git a/wizards/com/sun/star/wizards/form/StyleApplier.java b/wizards/com/sun/star/wizards/form/StyleApplier.java index cd44bcb9ddfb..b2a8bc66b900 100644 --- a/wizards/com/sun/star/wizards/form/StyleApplier.java +++ b/wizards/com/sun/star/wizards/form/StyleApplier.java @@ -4,9 +4,9 @@ * * $RCSfile: StyleApplier.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:20:26 $ + * last change: $Author: obo $ $Date: 2006-07-13 12:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ public class StyleApplier{ try { this.curFormDocument = _curFormDocument; xMSF = curFormDocument.xMSF; - StylesPath = FileAccess.getOfficePath(xMSF, "Config",""); + StylesPath = FileAccess.getOfficePath(xMSF, "Config","", ""); StylesPath = FileAccess.combinePaths(xMSF, StylesPath, "/wizard/form/styles"); TextStyleHandler oTextStyleHandler = new TextStyleHandler(xMSF, curFormDocument.xTextDocument); xPageStylePropertySet = oTextStyleHandler.getStyleByName("PageStyles", "Standard"); -- cgit