[Poppler-bugs] [Bug 64815] [TAGGEDPDF] Parse the Tagged-PDF document structure tree when present

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 20 03:08:30 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64815

--- Comment #23 from Carlos Garcia Campos <carlosgc at gnome.org> ---
Comment on attachment 81008
  --> https://bugs.freedesktop.org/attachment.cgi?id=81008
[PATCH v5 01/10] Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary

Review of attachment 81008:
-----------------------------------------------------------------

This looks good to me.

::: poppler/Catalog.h
@@ +129,5 @@
> +  enum MarkInfoFlags {
> +    markInfoNull           = (1 << 0),
> +    markInfoMarked         = (1 << 1),
> +    markInfoUserProperties = (1 << 2),
> +    markInfoSuspects       = (1 << 3),

I think you don't need parentheses for the enum values.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130620/8212fac0/attachment.html>


More information about the Poppler-bugs mailing list