mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-07 06:08:26 +00:00
comment
git-svn-id: svn+q:///qpdf/trunk@999 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
6d0e60bf3f
commit
a9bfb10c3e
@ -19,6 +19,8 @@ void usage()
|
||||
|
||||
static void doubleBoxSize(QPDFObjectHandle& page, char const* box_name)
|
||||
{
|
||||
// If there is a box of this name, replace it with a new box whose
|
||||
// elements are double the values of the original box.
|
||||
QPDFObjectHandle box = page.getKey(box_name);
|
||||
if (box.isNull())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user