Bug 23082 - [PATCH] RTF: RtfColorTable.getColorNumber has to return Integer instead of int
Summary: [PATCH] RTF: RtfColorTable.getColorNumber has to return Integer instead of int
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 20:20 UTC by Peter Herweg
Modified: 2012-04-01 07:03 UTC (History)
0 users



Attachments
RtfColorTable: returns Integer instead of int (2.83 KB, patch)
2003-09-10 20:21 UTC, Peter Herweg
Details | Diff
RtfHandler: returns Integer instead of int (1.16 KB, patch)
2003-09-10 20:21 UTC, Peter Herweg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Herweg 2003-09-10 20:20:22 UTC
RtfColorTable.getColorNumber has to return Integer instead of int.

This is needed, because RtfColorTable.getColorNumber must be able to return 
null.

Bye
Peter
Comment 1 Peter Herweg 2003-09-10 20:21:14 UTC
Created attachment 8134 [details]
RtfColorTable: returns Integer instead of int
Comment 2 Peter Herweg 2003-09-10 20:21:38 UTC
Created attachment 8135 [details]
RtfHandler: returns Integer instead of int
Comment 3 Victor Mote 2003-09-16 14:57:58 UTC
I have committed this change. Thanks.

I have noticed on this and some other patches that you are creating a separate 
attachment for each file that is patched. It will help anyone applying the 
patch (and will probably help you also) to submit just one patch file for all 
of the changes that need to be made on a particular patch. You can run "diff" 
against some parent directory to catch all of them. If you have any questions 
about this, please feel free to ask on fop-dev. Thanks.
Comment 4 Glenn Adams 2012-04-01 07:03:54 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed