summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfobjectcopier.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-18 14:44:53 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-18 16:51:59 +0200
commitf9ac4ab61fa2ebcafa8ea8957db01104a927bff2 (patch)
treeb6a5f6c6de1767c264008b53b98e8cf1cb078d4f /vcl/source/gdi/pdfobjectcopier.cxx
parent9197a52c1bd79bbdc0756724c74fd2a679b9f626 (diff)
sd signature line: teach PDFDocument how to use PDFObjectCopier
This will allow using the object copier in PDFDocument::WriteAppearanceObject(), so we can include the signature line pdf export result in a pdf signature of the original pdf. Change-Id: Iabc508081c5820f4ca997a2d264de9bdb06f82bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96607 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'vcl/source/gdi/pdfobjectcopier.cxx')
-rw-r--r--vcl/source/gdi/pdfobjectcopier.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfobjectcopier.cxx b/vcl/source/gdi/pdfobjectcopier.cxx
index 4ba93b3a746d..c5ff2eecab19 100644
--- a/vcl/source/gdi/pdfobjectcopier.cxx
+++ b/vcl/source/gdi/pdfobjectcopier.cxx
@@ -14,8 +14,7 @@
#include <sal/types.h>
#include <tools/stream.hxx>
#include <vcl/filter/pdfdocument.hxx>
-
-#include <pdf/objectcontainer.hxx>
+#include <vcl/filter/pdfobjectcontainer.hxx>
namespace vcl
{