[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libreoffice-commits
Subject:    [Libreoffice-commits] .: svl/inc
From:       logerrit () kemper ! freedesktop ! org (Libreoffice Gerrit user)
Date:       2012-10-31 14:41:57
Message-ID: 20121031144157.B42AA1004A () kemper ! freedesktop ! org
[Download RAW message or body]

 svl/inc/svl/zforlist.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 075e9ca0b96f37b3561824c23af60872d6a9d80a
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Oct 26 18:09:20 2012 +0200

    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.

diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index 5a86329..d5b2992 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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic