diff options
author | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-07-22 20:29:38 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | 86c60a6af62bf50d5a6e7bc59bb29bfc1983584a (patch) | |
tree | 668a9d1ac77870a1f61dab4d7aa4530963ae20eb /include/i18nutil | |
parent | 8cbdc6a068ad88fc43a98bd0f88fcb7c4ad3ebd9 (diff) |
Adds 16k papers to print files in vcl and paper files in i18nutil
Change-Id: Iacb5903e1a51134b65836f33948a1cf5cfc3af0d
Reviewed-on: https://gerrit.libreoffice.org/57832
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/i18nutil')
-rw-r--r-- | include/i18nutil/paper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index 2b28942bc1e4..99bf5df87116 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -109,11 +109,13 @@ enum Paper PAPER_ARCHD, PAPER_ARCHE, PAPER_SCREEN_16_9, - PAPER_SCREEN_16_10 + PAPER_SCREEN_16_10, + PAPER_16K_195x270, + PAPER_16K_197x273 }; // defined for 'equal size' test with the implementation array -#define NUM_PAPER_ENTRIES (PAPER_SCREEN_16_10 - PAPER_A0 + 1) +#define NUM_PAPER_ENTRIES (PAPER_16K_197x273 - PAPER_A0 + 1) class I18NUTIL_DLLPUBLIC PaperInfo |