Drop a bit of redundancy
POPPLER_CHECK_VERSION(0, 23, 0) implies POPPLER_CHECK_VERSION(0, 24, 0) Change-Id: I48f3763ef115719a3e3615623bfb40f7c79b8df4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165772 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
cc89565130
commit
9e47e21712
2 changed files with 2 additions and 2 deletions
|
@ -626,7 +626,7 @@ PDFOutDev::~PDFOutDev()
|
|||
}
|
||||
|
||||
void PDFOutDev::startPage(int /*pageNum*/, GfxState* state
|
||||
#if POPPLER_CHECK_VERSION(0, 23, 0) || POPPLER_CHECK_VERSION(0, 24, 0)
|
||||
#if POPPLER_CHECK_VERSION(0, 23, 0)
|
||||
, XRef* /*xref*/
|
||||
#endif
|
||||
)
|
||||
|
|
|
@ -179,7 +179,7 @@ namespace pdfi
|
|||
|
||||
// Start a page.
|
||||
virtual void startPage(int pageNum, GfxState *state
|
||||
#if POPPLER_CHECK_VERSION(0, 23, 0) || POPPLER_CHECK_VERSION(0, 24, 0)
|
||||
#if POPPLER_CHECK_VERSION(0, 23, 0)
|
||||
, XRef *xref
|
||||
#endif
|
||||
) override;
|
||||
|
|
Loading…
Reference in a new issue