diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-11-17 21:06:33 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-18 08:02:21 +0100 |
commit | d9391396434a5ad93f6796248c255b5bb2f3cba7 (patch) | |
tree | 1b9fc10e2f9c61f4fc05483040c701641de97410 /include | |
parent | c70b00820ec46035e50c7922876c5423c2f5f936 (diff) |
vcl: clean up unused PDFDocument functions
These are unused since the pdfium-based signature verification.
Change-Id: Ie15369cbd0548febd03be3ac3475036e1f46cd16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106027
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/filter/pdfdocument.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/filter/pdfdocument.hxx b/include/vcl/filter/pdfdocument.hxx index 4177e615516e..b938234b9370 100644 --- a/include/vcl/filter/pdfdocument.hxx +++ b/include/vcl/filter/pdfdocument.hxx @@ -490,15 +490,8 @@ public: bool Write(SvStream& rStream); /// Get a list of signatures embedded into this document. std::vector<PDFObjectElement*> GetSignatureWidgets(); - /** - * Get the value of the "modification detection and prevention" permission: - * Valid values are 1, 2 and 3: only 3 allows annotations after signing. - */ - int GetMDPPerm(); /// Remove the nth signature from read document in the edit buffer. bool RemoveSignature(size_t nPosition); - /// Get byte offsets of the end of incremental updates. - const std::vector<size_t>& GetEOFs() const; //@} /// See vcl::PDFObjectContainer::createObject(). |