[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libreoffice-commits
Subject:    [Libreoffice-commits] core.git: canvas/source
From:       caolanm () redhat ! com (Caolán McNamara)
Date:       2014-08-31 11:34:36
Message-ID: 20140831113436.CFBEE761DF () kemper ! freedesktop ! org
[Download RAW message or body]

 canvas/source/opengl/ogl_spritecanvas.cxx |    2 +-
 canvas/source/opengl/ogl_spritecanvas.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit efe49ba4fc9a28da628f492609954ea678f17472
Author: Caol??n McNamara <caolanm at redhat.com>
Date:   Sun Aug 31 12:33:37 2014 +0100

    coverity#1233512 Uncaught exception
    
    Change-Id: Idc1e1e905282ff44581b26ea1557c70641abe8b8

diff --git a/canvas/source/opengl/ogl_spritecanvas.cxx \
b/canvas/source/opengl/ogl_spritecanvas.cxx index c965b9f..a7e255f 100644
--- a/canvas/source/opengl/ogl_spritecanvas.cxx
+++ b/canvas/source/opengl/ogl_spritecanvas.cxx
@@ -100,7 +100,7 @@ namespace oglcanvas
         return !mbIsVisible ? false : SpriteCanvasBaseT::showBuffer( bUpdateAll );
     }
 
-    sal_Bool SAL_CALL SpriteCanvas::switchBuffer( sal_Bool bUpdateAll ) throw \
(uno::RuntimeException) +    sal_Bool SAL_CALL SpriteCanvas::switchBuffer( sal_Bool \
bUpdateAll ) throw (uno::RuntimeException, std::exception)  {
         ::osl::MutexGuard aGuard( m_aMutex );
 
diff --git a/canvas/source/opengl/ogl_spritecanvas.hxx \
b/canvas/source/opengl/ogl_spritecanvas.hxx index d65979b..6d4995b 100644
--- a/canvas/source/opengl/ogl_spritecanvas.hxx
+++ b/canvas/source/opengl/ogl_spritecanvas.hxx
@@ -86,7 +86,7 @@ namespace oglcanvas
 
         // XBufferController (partial)
         virtual sal_Bool SAL_CALL showBuffer( sal_Bool bUpdateAll ) throw \
                (::com::sun::star::uno::RuntimeException, std::exception) \
                SAL_OVERRIDE;
-        virtual sal_Bool SAL_CALL switchBuffer( sal_Bool bUpdateAll ) throw \
(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; +        virtual sal_Bool \
SAL_CALL switchBuffer( sal_Bool bUpdateAll ) throw \
(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;  
         // XSpriteCanvas
         virtual ::com::sun::star::uno::Reference< \
::com::sun::star::rendering::XAnimatedSprite > SAL_CALL createSpriteFromAnimation( \
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XAnimation >& \
animation ) throw (::com::sun::star::lang::IllegalArgumentException, \
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic