DescriptionIntroduce ::getPropertyInternal method to avoid duplication
Document.cpp implements "getter" methods for some of the
Document object properties.
Some of the body of such methods are identical.
Patch introduces a ::getPropertyInternal private method
that gets rid of this duplication.
Namely the following properties' getters are cleaned up:
- "author", "creationDate", "creator", "keywords",
- "modDate", "producer", "subject" and "title"
No behavior change.
Committed: https://pdfium.googlesource.com/pdfium/+/ea3ff9eaaa508b9cbc7f52bc92d189eacbc7a935
Patch Set 1 #Patch Set 2 : Same as patchset 1, but also added myself to AUTHORS #Patch Set 3 : Add support to Document::URL property getter. #
Messages
Total messages: 10 (3 generated)
|