Skip to content
  • Halla Rempt's avatar
    Fix the import catcher · ee86c94c
    Halla Rempt authored
    The import catcher (ab)uses KisDoc2 to import images. However,
    KoDocument creates a view in the importFile method, so a view
    would be created, populated and destroyed. This was both slow
    and dangerous, since those views never got a layer docker,
    leading to crashes.
    
    Now we use KoFilterManager directly.
    
    svn path=/trunk/koffice/; revision=1006929
    ee86c94c