Skip to content
  • Thomas Zander's avatar
    Fixes: loading of anchored shapes show up correctly. · 671ed2cd
    Thomas Zander authored
    Details: The KoInlineTextObjectManager was created once per shape, which is wrong as we
        require there to be only one per document.
    So I use the datacenter to store the one instance and reuse that everywhere.
    Also renamed the setter/getter on the KoTextDocumentLayout to have a name thats
    consistent with the class name.
    
    svn path=/trunk/koffice/; revision=940038
    671ed2cd