Re: [PATCH] Use global constants for initial tab count bounds checking

2012-04-18 Thread Albert Thuswaldner
5081d3ff54373d411 Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Wed, 18 Apr 2012 00:31:02 +0200 Subject: [PATCH] Use global constants for initial tab count bounds checking --- sc/inc/address.hxx |6 +- sc/source/ui/optdlg/tpdefaults.cxx | 11 --- sc

Re: [PATCH] Use global constants for initial tab count bounds checking

2012-04-17 Thread Kohei Yoshida
On Wed, 2012-04-18 at 00:41 +0200, Albert Thuswaldner wrote: > Hi Kohei, > This patch makes the bounds checking of the initial tab count more > consistent with the actual limits. Actually we intentionally limit the number of initial sheets to 1024 even though the document can have up to 1 shee

[PATCH] Use global constants for initial tab count bounds checking

2012-04-17 Thread Albert Thuswaldner
Hi Kohei, This patch makes the bounds checking of the initial tab count more consistent with the actual limits. /Albert From f15fe62c41aa85b5698141e3d004648a36c642dc Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Wed, 18 Apr 2012 00:31:02 +0200 Subject: [PATCH] Use global constants for