pbwest 2002/11/05 06:22:46
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
FOPropSets.java
Log:
Removed declarations and color-profile sets.
Revision Changes Path
No revision
No revision
1.1.2.3 +3 -9 xml-fop/src/org/apache/fop/fo/Attic/FOPropSets.java
Index: FOPropSets.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOPropSets.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- FOPropSets.java 31 Oct 2002 02:50:13 -0000 1.1.2.2
+++ FOPropSets.java 5 Nov 2002 14:22:45 -0000 1.1.2.3
@@ -206,16 +206,10 @@
foPropertyLists[FObjectNames.CHARACTER] = new ROBitSet(character);
//color-profile
- BitSet color_profile = new BitSet();
- color_profile.set(PropNames.COLOR_PROFILE_NAME);
- color_profile.set(PropNames.RENDERING_INTENT);
- color_profile.set(PropNames.SRC);
- foPropertyLists[FObjectNames.COLOR_PROFILE] = new ROBitSet(color_profile);
//conditional-page-master-reference
//declarations
- foPropertyLists[FObjectNames.DECLARATIONS] = new ROBitSet(new BitSet());
//external-graphic
BitSet external_graphic = new BitSet();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]