changeset 601 | 54475d6f006a |
parent 393 | 053b8645e3e9 |
child 607 | 53c66cb9f5bd |
1.1 --- a/imports.cpp Wed Oct 18 10:45:00 2006 +0000 1.2 +++ b/imports.cpp Tue Oct 16 09:53:22 2007 +0000 1.3 @@ -83,7 +83,6 @@ 1.4 return true; 1.5 } 1.6 1.7 - 1.8 ///////////////////////////////////////////////// 1.9 bool ImportMM::transform() 1.10 { 1.11 @@ -104,8 +103,6 @@ 1.12 p.setXSLFile (vymBaseDir.path()+"/styles/mmap2vym.xsl"); 1.13 p.process(); 1.14 1.15 - cout << " xslt done"<<endl; 1.16 - 1.17 return true; 1.18 } else 1.19 return false;