Changeset 60 for trunk/src/IDocument.cxx

Show
Ignore:
Timestamp:
04/14/06 12:08:30 (3 years ago)
Author:
jordi
Message:

The document's outlines are now loaded correctly, although I don't like the way is set up now...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IDocument.cxx

    r58 r60  
    127127    m_Creator = NULL; 
    128128    m_CurrentPage = 0; 
    129     m_Outline = new DocumentOutline (); 
     129    m_Outline = NULL; 
    130130    m_FileName = NULL; 
    131131    m_Format = NULL;