[Libreoffice-commits] .: Branch 'libreoffice-3-5' - slideshow/source

Tor Lillqvist tml at kemper.freedesktop.org
Sun Mar 18 23:35:54 PDT 2012


 slideshow/source/engine/slide/layer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 047f6738d045ef94112ed45ed2eabb73e5e07111
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Fri Mar 16 00:11:53 2012 +0100

    Clear full sprite area for fdo#45219
    
    Use clearAll() here, to really clear the whole sprite area (clear()
    does respect potential clip polygons)
    
    (cherry picked from commit e86bcf11340f35afe899d02aa5facdbecdd309ab)
    
    Signed-off-by: Tor Lillqvist <tlillqvist at suse.com>

diff --git a/slideshow/source/engine/slide/layer.cxx b/slideshow/source/engine/slide/layer.cxx
index c9e064b..05260c9 100644
--- a/slideshow/source/engine/slide/layer.cxx
+++ b/slideshow/source/engine/slide/layer.cxx
@@ -222,7 +222,7 @@ namespace slideshow
             std::for_each( maViewEntries.begin(),
                            maViewEntries.end(),
                            boost::bind(
-                               &ViewLayer::clear,
+                               &ViewLayer::clearAll,
                                boost::bind(
                                    &ViewEntry::getViewLayer,
                                    _1)));


More information about the Libreoffice-commits mailing list