[Libreoffice-commits] online.git: kit/Kit.cpp

Tor Lillqvist tml at collabora.com
Fri Jan 13 14:38:23 UTC 2017


 kit/Kit.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c31425e4e2bf0bd251629222db454ebff478bdf4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jan 13 16:23:18 2017 +0200

    I assume these plus signs were accidental slips of the finger
    
    Change-Id: Ic227f40d1ba71cef388719ef10dfcf4d9f172caf

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 4aa58ed..d5dbcf2 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