Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670692 | Differences between
and this patch

Collapse All | Expand All

(-)a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx (+6 lines)
Lines 67-72 class PDFDoc; Link Here
67
   (POPPLER_VERSION_MAJOR == (major) && POPPLER_VERSION_MINOR > (minor)) || \
67
   (POPPLER_VERSION_MAJOR == (major) && POPPLER_VERSION_MINOR > (minor)) || \
68
   (POPPLER_VERSION_MAJOR == (major) && POPPLER_VERSION_MINOR == (minor) && POPPLER_VERSION_MICRO >= (micro)))
68
   (POPPLER_VERSION_MAJOR == (major) && POPPLER_VERSION_MINOR == (minor) && POPPLER_VERSION_MICRO >= (micro)))
69
69
70
#if POPPLER_CHECK_VERSION(0, 71, 0)
71
typedef bool GBool;
72
#define gTrue true
73
#define gFalse false
74
#endif
75
70
namespace pdfi
76
namespace pdfi
71
{
77
{
72
    struct FontAttributes
78
    struct FontAttributes

Return to bug 670692