[Patch] [PUSHED] Fix for fdo#38207 and another idea of mine

Tor Lillqvist tml at iki.fi
Tue Mar 6 06:52:42 PST 2012


> Specifically my question is, does the following make sense?
>
> -    aRepeatHeaderCB.Check(aInsOpts.mnRowsToRepeat > 0);
> +    aRepeatHeaderCB.Check((!bHTMLMode) && (aInsOpts.mnRowsToRepeat > 0));

Assuming bHTMLMode means what it seems to mean, looks fine to me?

Pushed to master.

--tml


More information about the LibreOffice mailing list