summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/gcj-patches
blob: c23155233d3164cc368f98d7811d0d126852a677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
fixed (http://qa.openoffice.org/issues/show_bug.cgi?id=60091) 
http://qa.openoffice.org/issues/show_bug.cgi?id=63070
Index: wizards/com/sun/star/wizards/ui/FilterComponent.java
===================================================================
RCS file: /cvs/installation/wizards/com/sun/star/wizards/ui/FilterComponent.java,v
retrieving revision 1.8
diff -u -r1.8 FilterComponent.java
--- wizards/com/sun/star/wizards/ui/FilterComponent.java	28 Dec 2005 17:25:36 -0000	1.8
+++ wizards/com/sun/star/wizards/ui/FilterComponent.java	27 Jan 2006 22:55:38 -0000
@@ -261,10 +261,7 @@
 								case DataType.BOOLEAN:
 									double dblvalue = ((Double) curValue).doubleValue();
 									curValue = new Boolean(dblvalue == 1.0);
-									/**TODO: 1) Datei SingleSelectQueryComposer modifizieren:
-									/ Zeilen 1525ff in Methode auslagern und Aufruf in Zeile 1356 �ndern TypeConverter is parameter
-									 * 2) setDisplayCondition �ndern
-									*/
+									/* */
 									break;
 								default:
 									curValue = String.valueOf(curValue);