cpp/poppler-document.cpp | 2 +- poppler/Catalog.cc | 1 + poppler/Catalog.h | 6 ++---- poppler/PDFDoc.h | 1 + qt5/src/poppler-link.cc | 1 + utils/HtmlOutputDev.cc | 2 +- utils/pdfinfo.cc | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-)
New commits: commit 16e1d0509be90a121b48e749cb330fe738f735eb Author: Albert Astals Cid <[email protected]> Date: Sat Feb 15 17:19:52 2020 +0100 Update(C) And fix an include while it diff --git a/cpp/poppler-document.cpp b/cpp/poppler-document.cpp index 1a0d9e6f..6d6cd07c 100644 --- a/cpp/poppler-document.cpp +++ b/cpp/poppler-document.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2017, Albert Astals Cid <[email protected]> * Copyright (C) 2018, 2020, Adam Reichold <[email protected]> * Copyright (C) 2019, Masamichi Hosoda <[email protected]> - * Copyright (C) 2019, Oliver Sander <[email protected]> + * Copyright (C) 2019, 2020, Oliver Sander <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/poppler/Catalog.cc b/poppler/Catalog.cc index 064fdcdd..f1afc6e5 100644 --- a/poppler/Catalog.cc +++ b/poppler/Catalog.cc @@ -35,6 +35,7 @@ // Copyright (C) 2016 Masamichi Hosoda <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2020 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Catalog.h b/poppler/Catalog.h index 921e96d2..3cde9fe1 100644 --- a/poppler/Catalog.h +++ b/poppler/Catalog.h @@ -28,6 +28,7 @@ // Copyright (C) 2016 Masamichi Hosoda <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2020 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git @@ -39,20 +40,17 @@ #include "poppler-config.h" #include "Object.h" +#include "Link.h" #include <vector> #include <memory> -#include <poppler/Link.h> - class PDFDoc; class XRef; class Object; class Page; class PageAttrs; struct Ref; -class LinkDest; -class LinkAction; class PageLabelInfo; class Form; class OCGs; diff --git a/poppler/PDFDoc.h b/poppler/PDFDoc.h index d856744f..7ba64b75 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -32,6 +32,7 @@ // Copyright (C) 2016 Jakub Alba <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Evangelos Rigas <[email protected]> +// Copyright (C) 2020 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/qt5/src/poppler-link.cc b/qt5/src/poppler-link.cc index 13862a4d..d5aa457c 100644 --- a/qt5/src/poppler-link.cc +++ b/qt5/src/poppler-link.cc @@ -6,6 +6,7 @@ * Copyright (C) 2012, Guillermo A. Amaral B. <[email protected]> * Copyright (C) 2018 Intevation GmbH <[email protected]> * Copyright (C) 2018 Adam Reichold <[email protected]> + * Copyright (C) 2020 Oliver Sander <[email protected]> * Adapting code from * Copyright (C) 2004 by Enrico Ros <[email protected]> * diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index ff638ee0..75fb5bbb 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -43,7 +43,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Thibaut Brard <[email protected]> // Copyright (C) 2018, 2019 Adam Reichold <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdfinfo.cc b/utils/pdfinfo.cc index 550c1d94..2b5eb02e 100644 --- a/utils/pdfinfo.cc +++ b/utils/pdfinfo.cc @@ -26,7 +26,7 @@ // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Evangelos Rigas <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // Copyright (C) 2019 Thomas Fischer <[email protected]> // // To see a description of the changes please see the Changelog file that _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
