~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/poppler-src/poppler/OutputDev.cc

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
//
16
16
// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com>
17
17
// Copyright (C) 2006 Thorkild Stray <thorkild@ifi.uio.no>
18
 
// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com>
 
18
// Copyright (C) 2007, 2017 Adrian Johnson <ajohnson@redneon.com>
19
19
// Copyright (C) 2009 Carlos Garcia Campos <carlosgc@gnome.org>
20
20
// Copyright (C) 2009, 2012, 2013 Albert Astals Cid <aacid@kde.org>
21
21
// Copyright (C) 2012 Thomas Freitag <Thomas.Freitag@alfa.de>
170
170
}
171
171
 
172
172
 
173
 
#if OPI_SUPPORT
 
173
#ifdef OPI_SUPPORT
174
174
void OutputDev::opiBegin(GfxState *state, Dict *opiDict) {
175
175
}
176
176