diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-02-03 15:28:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-02-04 07:13:45 +0100 |
commit | 9f7e6d10d863bb206ba3d671e34d2f019e2d2480 (patch) | |
tree | fb0a8b887434ebf71983849a0dfe6e532cca4fd7 /vcl | |
parent | a93e15c2e3a957ba97a166ee76be520a219ac540 (diff) |
svx: show width and height of SdrPages in the xml dump
Which is useful to see, as a 2 page Draw document has 2 normal pages and
a master page (3 sizes), but in practice there can be only a single
size, so it's useful to see what size is coming from where when they
don't match.
Change-Id: I505653029ae67ea0a57c8f8bb61cf475d77aaccb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129425
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/ipdf/pdfread.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx index 0780e1c9baaa..595df4fac886 100644 --- a/vcl/source/filter/ipdf/pdfread.cxx +++ b/vcl/source/filter/ipdf/pdfread.cxx @@ -7,9 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <vcl/pdfread.hxx> + #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> -#include <vcl/pdfread.hxx> #include <tools/UnitConversion.hxx> |