slideshow/source/engine/slideview.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit d6521b07f407e70e0eb94efd5136049e2cc6cc33 Author: Caolán McNamara <caol...@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 );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits