Kaydet (Commit) 075e9ca0 authored tarafından Eike Rathke's avatar Eike Rathke

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.
üst 0ac9a10d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment