canvas/source/tools/spriteredrawmanager.cxx |    3 ++-
 solenv/gdb/libreoffice/sal.py               |    1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f933735c1cd7f1fad71c300fdb14baebdc62e1bd
Author: David Tardon <dtar...@redhat.com>
Date:   Tue Jan 24 12:03:11 2012 +0100

    make slide transitions work

diff --git a/canvas/source/tools/spriteredrawmanager.cxx 
b/canvas/source/tools/spriteredrawmanager.cxx
index 2af5b34..91b81c5 100644
--- a/canvas/source/tools/spriteredrawmanager.cxx
+++ b/canvas/source/tools/spriteredrawmanager.cxx
@@ -277,7 +277,8 @@ namespace canvas
 
         VectorOfSprites::iterator aEnd=
             ::std::unique( aUpdatableSprites.begin(),
-                           aUpdatableSprites.end() );
+                           aUpdatableSprites.end(),
+                           aSpriteComparator );
 
         // for each unique sprite, check the change event vector,
         // calculate the update operation from that, and add the
commit efe48e57e986d03c388668e5955ded4f563d3a61
Author: David Tardon <dtar...@redhat.com>
Date:   Tue Jan 24 11:51:18 2012 +0100

    remove debugging print

diff --git a/solenv/gdb/libreoffice/sal.py b/solenv/gdb/libreoffice/sal.py
index 15cebe8..df87ed5 100644
--- a/solenv/gdb/libreoffice/sal.py
+++ b/solenv/gdb/libreoffice/sal.py
@@ -83,7 +83,6 @@ class RtlReferencePrinter(object):
         self.val = val
 
     def to_string(self):
-        print("RtlReferencePrinter:to_string")
         pointee = self.val['m_pBody']
         if pointee:
             val = pointee.dereference()
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to