[Libreoffice-commits] online.git: kit/Kit.cpp
Tor Lillqvist
tml at collabora.com
Fri Jan 13 15:48:28 UTC 2017
kit/Kit.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3d18b6558dd0966ed7cc41dd5c0f9b3d7726e903
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jan 13 17:47:49 2017 +0200
Revert "I assume these plus signs were accidental slips of the finger"
Thet are intentional.
This reverts commit c31425e4e2bf0bd251629222db454ebff478bdf4.
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index d5dbcf2..4aa58ed 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -608,7 +608,7 @@ public:
return;
}
- LOG_TRC("paintTile at (" << tile.getPart() << ',' << tile.getTilePosX() << ',' << tile.getTilePosY() <<
+ LOG_TRC("+paintTile at (" << tile.getPart() << ',' << tile.getTilePosX() << ',' << tile.getTilePosY() <<
") " << "ver: " << tile.getVersion());
Timestamp timestamp;
_loKitDocument->paintPartTile(pixmap.data(), tile.getPart(),
@@ -689,7 +689,7 @@ public:
return;
}
- LOG_DBG("paintTile (combined) at (" << renderArea.getLeft() << ", " << renderArea.getTop() << "), (" <<
+ LOG_DBG("+paintTile (combined) at (" << renderArea.getLeft() << ", " << renderArea.getTop() << "), (" <<
renderArea.getWidth() << ", " << renderArea.getHeight() << ").");
Timestamp timestamp;
_loKitDocument->paintPartTile(pixmap.data(), tileCombined.getPart(),
More information about the Libreoffice-commits
mailing list