diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:14:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:14:43 +0000 |
commit | 20fe1cea914ab7caf8d57d45a366e8fa2a396167 (patch) | |
tree | 9d52678a1f8dbd4b7ab1889a29cbaa62974e030c /wizards/com | |
parent | 78fc1ddbb63e56dd4ff6092e83ed1338c9ded708 (diff) |
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
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/form/StyleApplier.java | 6 |
1 files changed, 3 insertions, 3 deletions
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"); |