Skip to content

Store the paperSizes vector of PSOutputDev as object

Rather than storing a pointer and allocating the std::vector on the heap.

This simplifies the code and saves a few heap allocations.

Merge request reports