Revision 9529 branches/piloto3d/applications/appgvSIG/src/com/iver/cit/gvsig/PrintProperties.java

View differences:

PrintProperties.java
61 61
 *
62 62
 * @author vcn
63 63
 */
64
public class PrintProperties extends Extension {
64
public class PrintProperties extends Extension /*implements IPreferenceExtension*/ {
65 65
    private Layout l;
66
//    private static final IPreference printPropertiesPage = new PrintPropertiesPage();
66 67
   // private Paper paper;
67 68
    Rectangle2D.Double aux = null;
68 69

  
......
110 111
	 */
111 112
	public void initialize() {
112 113
	}
114

  
115
//	public IPreference getPreferencesPage() {
116
//		return printPropertiesPage;
117
//	}
113 118
}

Also available in: Unified diff