diff options
author | Eike Rathke <erack@redhat.com> | 2012-10-26 18:09:20 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-10-31 15:41:14 +0100 |
commit | 075e9ca0b96f37b3561824c23af60872d6a9d80a (patch) | |
tree | a2601b73daa6dab5e0fcbb996bc02e02ba492eec /svl | |
parent | 0ac9a10d312dc8f12a74720ce211823ce4addf7b (diff) |
resolved rhbz865058 retard overflow of internal table of number formats
Due to an insane amount of ridiculous "user-defined" number formats the
internal table may overflow during import, stave off and increase the
number of available slots to another arbitrary limit.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/zforlist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx index 5a86329578b4..d5b2992fe83c 100644 --- a/svl/inc/svl/zforlist.hxx +++ b/svl/inc/svl/zforlist.hxx @@ -52,7 +52,7 @@ namespace com { namespace sun { namespace star { } }}} -#define SV_COUNTRY_LANGUAGE_OFFSET 5000 // Max count of formats per country/language +#define SV_COUNTRY_LANGUAGE_OFFSET 10000 // Max count of formats per country/language #define SV_MAX_ANZ_STANDARD_FORMATE 100 // Max count of builtin default formats per CL // Format types |