X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FLink.h;fp=pdf2swf%2Fxpdf%2FLink.h;h=4c644b86b3ecc19c0b07dd0938239ee3a69d22d9;hb=50dd339d3d6262763616efe8d7ee415ab19befb9;hp=7e00510c9273288c786e85eebe36c58c60b3e7a1;hpb=33b4efceb35f7582426665aba920fd950edc0602;p=swftools.git diff --git a/pdf2swf/xpdf/Link.h b/pdf2swf/xpdf/Link.h index 7e00510..4c644b8 100644 --- a/pdf2swf/xpdf/Link.h +++ b/pdf2swf/xpdf/Link.h @@ -2,7 +2,7 @@ // // Link.h // -// Copyright 1996 Derek B. Noonburg +// Copyright 1996-2002 Glyph & Cog, LLC // //======================================================================== @@ -63,10 +63,8 @@ enum LinkDestKind { class LinkDest { public: - // Build a LinkDest from the array. If is true, the - // page is specified by an object reference; otherwise the page is - // specified by a (zero-relative) page number. - LinkDest(Array *a, GBool pageIsRef1); + // Build a LinkDest from the array. + LinkDest(Array *a); // Copy a LinkDest. LinkDest *copy() { return new LinkDest(this); } @@ -249,7 +247,7 @@ class LinkUnknown: public LinkAction { public: // Build a LinkUnknown with the specified action type. - LinkUnknown(char *action1); + LinkUnknown(char *actionA); // Destructor. virtual ~LinkUnknown();