Browse Source

Removed unused hyphenation property variables.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196970 13f79535-47bb-0310-9956-ffa450edef68
fop-0_20_2-maintain
Glen Mazza 20 years ago
parent
commit
bd54e7828c

+ 0
- 3
src/org/apache/fop/fo/flow/Block.java View File

// Common Font Properties // Common Font Properties
//this.fontState = propMgr.getFontState(area.getFontInfo()); //this.fontState = propMgr.getFontState(area.getFontInfo());


// Common Hyphenation Properties
HyphenationProps mHyphProps = propMgr.getHyphenationProps();

// Common Margin Properties-Block // Common Margin Properties-Block
MarginProps mProps = propMgr.getMarginProps(); MarginProps mProps = propMgr.getMarginProps();



+ 0
- 4
src/org/apache/fop/fo/flow/Character.java View File

import org.apache.fop.layout.LineArea; import org.apache.fop.layout.LineArea;
import org.apache.fop.apps.FOPException; import org.apache.fop.apps.FOPException;



/** /**
* this class represents the flow object 'fo:character'. Its use is defined by * this class represents the flow object 'fo:character'. Its use is defined by
* the spec: "The fo:character flow object represents a character that is mapped to * the spec: "The fo:character flow object represents a character that is mapped to
// Common Font Properties // Common Font Properties
//this.fontState = propMgr.getFontState(area.getFontInfo()); //this.fontState = propMgr.getFontState(area.getFontInfo());


// Common Hyphenation Properties
HyphenationProps mHyphProps = propMgr.getHyphenationProps();

// Common Margin Properties-Inline // Common Margin Properties-Inline
MarginInlineProps mProps = propMgr.getMarginInlineProps(); MarginInlineProps mProps = propMgr.getMarginInlineProps();



Loading…
Cancel
Save