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/PDFDocument.cxx

    r58 r60  
    124124    delete m_Document; 
    125125    m_Document = newDocument; 
     126    // Load the document's information and outline. 
    126127    loadMetadata (); 
     128    m_Outline = new DocumentOutline (m_Document); 
     129    m_Outline->setOutline (m_Document->getOutline ()); 
    127130    // Set the output device. 
    128131    delete m_OutputDevice;