summaryrefslogtreecommitdiff
path: root/i18nutil/inc
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-04-18 23:30:26 +0200
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-04-23 22:18:33 +0400
commit9c99dac0968c405537cd6094a46c7f6de01ccc4e (patch)
tree2c125552b168c666dc550288933f3318fc2b9be5 /i18nutil/inc
parent67d022ac0ce5e67565e0589f4cd9eb05a8fd5a3c (diff)
fdo#42986 Add Presentationsize 16:9 Widescreen
Diffstat (limited to 'i18nutil/inc')
-rw-r--r--i18nutil/inc/i18nutil/paper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/i18nutil/inc/i18nutil/paper.hxx b/i18nutil/inc/i18nutil/paper.hxx
index d5be9ec0bca4..98b88bd6373d 100644
--- a/i18nutil/inc/i18nutil/paper.hxx
+++ b/i18nutil/inc/i18nutil/paper.hxx
@@ -58,7 +58,7 @@ enum Paper
PAPER_ENV_C65,
PAPER_ENV_DL,
PAPER_SLIDE_DIA,
- PAPER_SCREEN,
+ PAPER_SCREEN_4_3,
PAPER_C,
PAPER_D,
PAPER_E,
@@ -116,11 +116,12 @@ enum Paper
PAPER_ARCHB,
PAPER_ARCHC,
PAPER_ARCHD,
- PAPER_ARCHE
+ PAPER_ARCHE,
+ PAPER_SCREEN_16_9
};
// defined for 'equal size' test with the implementation array
-#define NUM_PAPER_ENTRIES (PAPER_ARCHE - PAPER_A0 + 1)
+#define NUM_PAPER_ENTRIES (PAPER_SCREEN_16_9 - PAPER_A0 + 1)
// ---------
// - Paper -