[Libreoffice-commits] core.git: libreofficekit/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 10 13:37:06 UTC 2018
libreofficekit/qa/tilebench/tilebench.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cde5ea63cd90a1068d99358d6aee0c53af57e441
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Oct 10 16:36:34 2018 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Oct 10 16:36:34 2018 +0300
Sure it is a square
Change-Id: I2a48c31bfcfa0c1fee213a70f3c25bcdcc1de56d
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 1d275d6a44ed..8f1a2f793494 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -167,7 +167,7 @@ static void testTile( Document *pDocument, int max_parts,
// whole part; meaningful only for non-writer documents.
aTimes.emplace_back("render whole part");
pDocument->paintTile(pPixels, nTilePixelWidth, nTilePixelHeight,
- nWidth/2, 2000, 1000, 1000); // not square
+ nWidth/2, 2000, 1000, 1000);
aTimes.emplace_back();
if (dump)
dumpTile(nTilePixelWidth, nTilePixelHeight, mode, pPixels);
More information about the Libreoffice-commits
mailing list