Revision 11354

View differences:

trunk/extensions/extCAD/src/com/iver/cit/gvsig/ExportTo.java
111 111

  
112 112
		}
113 113
		public void run() throws Exception {
114
			va.start();
114 115
			ICoordTrans ct = lyrVect.getCoordTrans();
115 116
			DriverAttributes attr = va.getDriverAttributes();
116 117
			boolean bMustClone = false;
......
186 187
			}
187 188

  
188 189
			writer.postProcess();
190
			va.stop();
189 191
			if (reader != null){
190 192
				int res = JOptionPane.showConfirmDialog(
191 193
					(JComponent) PluginServices.getMDIManager().getActiveWindow()

Also available in: Unified diff