Revision 11039 branches/v10/extensions/extCAD/src/com/iver/cit/gvsig/ExportTo.java

View differences:

ExportTo.java
106 106

  
107 107
		}
108 108
		public void run() throws Exception {
109
			va.start();
109 110
			ICoordTrans ct = lyrVect.getCoordTrans();
110 111
			DriverAttributes attr = va.getDriverAttributes();
111 112
			boolean bMustClone = false;
......
181 182
			}
182 183

  
183 184
			writer.postProcess();
185
			va.stop();
184 186
			if (reader != null){
185 187
				int res = JOptionPane.showConfirmDialog(
186 188
					(JComponent) PluginServices.getMDIManager().getActiveWindow()

Also available in: Unified diff