[Libreoffice-commits] core.git: slideshow/source

Caolán McNamara caolanm at redhat.com
Sat Apr 18 06:46:44 PDT 2015


 slideshow/source/engine/slideview.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d6521b07f407e70e0eb94efd5136049e2cc6cc33
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Apr 18 14:43:26 2015 +0100

    fix higher debug levels
    
    Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3

diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx
index 90d3869..04170a7 100644
--- a/slideshow/source/engine/slideview.cxx
+++ b/slideshow/source/engine/slideview.cxx
@@ -196,8 +196,7 @@ void clearRect( ::cppcanvas::CanvasSharedPtr const& pCanvas,
     if( pCanvas->getClip() )
     {
         ::cppcanvas::PolyPolygonSharedPtr pPolyPoly2(
-            ::cppcanvas::BaseGfxFactory::getInstance().createPolyPolygon( pCliplessCanvas,
-                                                                          aPoly ));
+            ::cppcanvas::BaseGfxFactory::createPolyPolygon( pCliplessCanvas, aPoly ));
         if( pPolyPoly2 )
         {
             pPolyPoly2->setRGBALineColor( 0x008000FFU );


More information about the Libreoffice-commits mailing list