diff options
author | Eike Rathke <erack@openoffice.org> | 2011-02-08 19:44:39 +0100 |
---|---|---|
committer | Eike Rathke <erack@openoffice.org> | 2011-02-08 19:44:39 +0100 |
commit | 59de99050dfb478e3cfb0f355808ce676bc03888 (patch) | |
tree | 414753aad99997b2b2c3426764426cc7bd88cf06 /i18npool/inc | |
parent | 801b88c05053180d5ddc5d84c3f538cecd3164b2 (diff) | |
parent | 99ff7a9fb521895d6ba18ca4ca92d7eb0c3524fd (diff) |
locales34: merge m99
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/i18npool/paper.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/paper.hxx b/i18npool/inc/i18npool/paper.hxx index 76aebbe473d5..f0a7d76931b7 100644 --- a/i18npool/inc/i18npool/paper.hxx +++ b/i18npool/inc/i18npool/paper.hxx @@ -34,6 +34,10 @@ #include <rtl/string.hxx> #include <com/sun/star/lang/Locale.hpp> +//!! WARNING: be aware of cui/source/tabpages/page.h where someone had the broken idea +//!! of duplicating the values of this enum in order to use those defines within +//!! src files. +//!! Thus don't reorder the enum values here without changing the code there as well. enum Paper { PAPER_A0, @@ -116,6 +120,9 @@ enum Paper PAPER_ARCHE }; +// defined for 'equal size' test with the implementation array +#define NUM_PAPER_ENTRIES (PAPER_ARCHE - PAPER_A0 + 1) + // --------- // - Paper - // --------- |