[Open Office] Re: Galleries do not work in OOo-2.0.1
Hanno Meyer-Thurow
h.mth at web.de
Sat Jan 7 17:56:26 EST 2006
On Sat, 07 Jan 2006 22:06:51 +0100
Giuseppe Ghibò <ghibo at mandriva.com> wrote:
> The same patch applied to 2.0.1 causes gengal to produce only
> broken sg70 to sg74 galleries..., so it don't work on 2.0.1.
Your diff misses '++nLastFileNumber'.
To increase the variable nLastFileNumber.
+ nLastFileNumber = nLastFileNumber + 1;
should be
+ nLastFileNumber = ++nLastFileNumber;
Regards,
Hanno
More information about the Openoffice
mailing list