diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-09 13:01:51 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-09 15:43:28 +0100 |
commit | 5ab1fb926e984780380665ae185646b603292a6e (patch) | |
tree | 1f681a1eb7aea13dd571cea57c173343826aa3e2 /i18nutil | |
parent | 4819ccc1ccf245b7df12df7d6bc1c4c458375e36 (diff) |
Startcenter: use SCREEN_4_3 as default paper for presentations
Remove static to able to construct items with different
paper info.
Fix SCREEN_4_3 width and height values and use it for
presentations.
Change-Id: Ifba44675f6126ebfccf26f53f226214bed92352c
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/source/utility/paper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nutil/source/utility/paper.cxx b/i18nutil/source/utility/paper.cxx index 2447bfc7813b..e3f99f2cf9fc 100644 --- a/i18nutil/source/utility/paper.cxx +++ b/i18nutil/source/utility/paper.cxx @@ -82,7 +82,7 @@ static const PageDesc aDinTab[] = { MM2MM100( 114 ), MM2MM100( 229 ), "EnvC65", NULL }, { MM2MM100( 110 ), MM2MM100( 220 ), "EnvDL", "DL" }, { MM2MM100( 180), MM2MM100( 270 ), NULL, NULL }, //Dia - { MM2MM100( 210), MM2MM100( 280 ), NULL, NULL }, //Screen 4:3 + { MM2MM100( 280), MM2MM100( 210 ), NULL, NULL }, //Screen 4:3 { IN2MM100( 17 ), IN2MM100( 22 ), "AnsiC", "CSheet" }, { IN2MM100( 22 ), IN2MM100( 34 ), "AnsiD", "DSheet" }, { IN2MM100( 34 ), IN2MM100( 44 ), "AnsiE", "ESheet" }, |