[Libreoffice-commits] core.git: include/vcl

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 15 13:43:16 UTC 2020


 include/vcl/filter/PDFiumLibrary.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 64ca94ad591afc3134b600e05104b5d78ab60218
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Oct 14 23:04:18 2020 +0200
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Thu Oct 15 15:42:36 2020 +0200

    pdfium: add a dict. key constant for interior color
    
    This adds the interior color key constant, so it is possible to
    determine if the interior color is set for an annotation (with
    hasKey method).
    
    Change-Id: Ic56f7d7e647f6858ede117af69269cb92dd7d1f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104363
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx
index 2ffbfd951459..f6687cceacb1 100644
--- a/include/vcl/filter/PDFiumLibrary.hxx
+++ b/include/vcl/filter/PDFiumLibrary.hxx
@@ -36,6 +36,7 @@ constexpr char constDictionaryKeyTitle[] = "T";
 constexpr char constDictionaryKeyContents[] = "Contents";
 constexpr char constDictionaryKeyPopup[] = "Popup";
 constexpr char constDictionaryKeyModificationDate[] = "M";
+constexpr char constDictionaryKeyInteriorColor[] = "IC";
 
 class PDFiumDocument;
 class PDFiumPageObject;


More information about the Libreoffice-commits mailing list