From 0193bcda00262cfa92eabba5a20d5245ca3783b3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 21 Feb 2005 12:57:25 +0000 Subject: [PATCH] INTEGRATION: CWS dbwizard3 (1.2.20); FILE MERGED 2004/12/18 21:54:59 bc 1.2.20.1: ##code for including schemas and catalogs in tablewizard added --- wizards/com/sun/star/wizards/form/StyleApplier.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wizards/com/sun/star/wizards/form/StyleApplier.java b/wizards/com/sun/star/wizards/form/StyleApplier.java index 94d9db00af80..5e80ff2d580f 100644 --- a/wizards/com/sun/star/wizards/form/StyleApplier.java +++ b/wizards/com/sun/star/wizards/form/StyleApplier.java @@ -2,9 +2,9 @@ * * $RCSfile: StyleApplier.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pjunck $ $Date: 2004-10-27 13:34:54 $ + * last change: $Author: vg $ $Date: 2005-02-21 13:57:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ import com.sun.star.wizards.text.TextStyleHandler; import com.sun.star.wizards.ui.*; import com.sun.star.wizards.ui.UIConsts; - public class StyleApplier{ WizardDialog CurUnoDialog; @@ -192,8 +191,6 @@ public class StyleApplier{ Object oStyleNode = xNameAccess.getByName(StyleNodeNames[i]); StyleNames[i] = (String) Helper.getUnoPropertyValue(oStyleNode, "Name"); FileNames[i] = (String) Helper.getUnoPropertyValue(oStyleNode, "CssHref"); -// XNamed xNamed = (XNamed) UnoRuntime.queryInterface(XNamed.class, oStyleNode); -// StyleNames[i] = xNamed.getName(); } } catch (Exception e) { e.printStackTrace(System.out);