summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/gcj-patches
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-devel/files/gcj-patches')
-rw-r--r--editors/openoffice.org-3-devel/files/gcj-patches23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice.org-3-devel/files/gcj-patches b/editors/openoffice.org-3-devel/files/gcj-patches
deleted file mode 100644
index c23155233d31..000000000000
--- a/editors/openoffice.org-3-devel/files/gcj-patches
+++ /dev/null
@@ -1,23 +0,0 @@
-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);
-
-