Changeset 58 for trunk/src/epdfview.h

Show
Ignore:
Timestamp:
04/14/06 10:13:02 (3 years ago)
Author:
jordi
Message:

I've changed the old DocumentIndex? class name to DocumentOutline?, following a little closer the PDF specifications.

Created a new test fixture for the DocumentOutline?, removing this part from the PDFDocument test fixture.

I also removed the Poppler headers from the epdfview.h header, so I don't need to specify the POPPLER_CFLAGS on the test directory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/epdfview.h

    r23 r58  
    2222#include <glib.h> 
    2323 
    24 // Poppler headers. 
    25 #include <PDFDoc.h> 
    26 #include <CairoOutputDev.h> 
    27  
    28 #include <DocumentIndex.h> 
     24#include <DocumentOutline.h> 
    2925#include <DocumentPage.h> 
    3026#include <IDocument.h>