[poppler] cpp/poppler-document.cpp poppler/Catalog.cc poppler/Catalog.h poppler/PDFDoc.h qt5/src utils/HtmlOutputDev.cc utils/pdfinfo.cc

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 15 16:20:17 UTC 2020


 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 <aacid at kde.org>
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 <aacid at kde.org>
  * Copyright (C) 2018, 2020, Adam Reichold <adam.reichold at t-online.de>
  * Copyright (C) 2019, Masamichi Hosoda <trueroad at trueroad.jp>
- * Copyright (C) 2019, Oliver Sander <oliver.sander at tu-dresden.de>
+ * Copyright (C) 2019, 2020, Oliver Sander <oliver.sander at tu-dresden.de>
  *
  * 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 <trueroad at trueroad.jp>
 // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
+// Copyright (C) 2020 Oliver Sander <oliver.sander at tu-dresden.de>
 //
 // 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 <trueroad at trueroad.jp>
 // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
 // Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
+// Copyright (C) 2020 Oliver Sander <oliver.sander at tu-dresden.de>
 //
 // 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 <jakubalba at gmail.com>
 // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
 // Copyright (C) 2018 Evangelos Rigas <erigas at rnd2.org>
+// Copyright (C) 2020 Oliver Sander <oliver.sander at tu-dresden.de>
 //
 // 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. <gamaral at kde.org>
  * Copyright (C) 2018 Intevation GmbH <intevation at intevation.de>
  * Copyright (C) 2018 Adam Reichold <adam.reichold at t-online.de>
+ * Copyright (C) 2020 Oliver Sander <oliver.sander at tu-dresden.de>
  * Adapting code from
  *   Copyright (C) 2004 by Enrico Ros <eros.kde at email.it>
  *
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, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
 // Copyright (C) 2018 Thibaut Brard <thibaut.brard at gmail.com>
 // Copyright (C) 2018, 2019 Adam Reichold <adam.reichold at t-online.de>
-// Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander at tu-dresden.de>
 //
 // 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 <adam.reichold at t-online.de>
 // Copyright (C) 2018 Evangelos Rigas <erigas at rnd2.org>
 // Copyright (C) 2019 Christian Persch <chpe at src.gnome.org>
-// Copyright (C) 2019 Oliver Sander <oliver.sander at tu-dresden.de>
+// Copyright (C) 2019, 2020 Oliver Sander <oliver.sander at tu-dresden.de>
 // Copyright (C) 2019 Thomas Fischer <fischer at unix-ag.uni-kl.de>
 //
 // To see a description of the changes please see the Changelog file that


More information about the poppler mailing list