From 30961f5d5f4bfbeabf010b7884bf7bf861103d5e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 14:40:18 +0000 Subject: INTEGRATION: CWS toolkit01 (1.2.72); FILE MERGED 2005/02/25 12:02:26 bc 1.2.72.2: RESYNC: (1.2-1.4); FILE MERGED 2005/02/23 17:38:40 bc 1.2.72.1: ##several changes in Webwizard --- wizards/com/sun/star/wizards/report/DBColumn.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com/sun/star/wizards/report/DBColumn.java') diff --git a/wizards/com/sun/star/wizards/report/DBColumn.java b/wizards/com/sun/star/wizards/report/DBColumn.java index 269e05ea22f0..b2feda6a591a 100644 --- a/wizards/com/sun/star/wizards/report/DBColumn.java +++ b/wizards/com/sun/star/wizards/report/DBColumn.java @@ -293,7 +293,7 @@ public class DBColumn { if (bAlignLeft) Helper.setUnoPropertyValue(xValCellCursor, "ParaAdjust", new Integer(ParagraphAdjust.LEFT_value)); - if (CurDBField.FieldType == com.sun.star.sdbc.DataType.BOOLEAN || CurDBField.FieldType == com.sun.star.sdbc.DataType.BIT){ + if (CurDBField.FieldType == com.sun.star.sdbc.DataType.BIT){ CharFontName = "StarSymbol"; Helper.setUnoPropertyValue(xValCellCursor, "CharFontName", CharFontName); if (bIsGroupColumn == false) @@ -319,7 +319,7 @@ public class DBColumn { try{ XPropertyState xPropertyState; int FieldType = CurDBField.FieldType; - if (FieldType == com.sun.star.sdbc.DataType.BOOLEAN || FieldType == com.sun.star.sdbc.DataType.BIT){ + if (FieldType == com.sun.star.sdbc.DataType.BIT){ CharFontName = "StarSymbol"; PropertyState = com.sun.star.beans.PropertyState.DIRECT_VALUE; } -- cgit v1.2.3