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

Stephan Bergmann sbergman at redhat.com
Thu Apr 17 13:46:33 PDT 2014


 oox/source/ppt/slidefragmenthandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 558aa44672fe3565dfe1eab82c8766f2f499ee0d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 17 22:45:47 2014 +0200

    -Werror,-Wimplicit-exception-spec-mismatch
    
    Change-Id: I6e93180cbc980438e47ee24735de1fb9758b7add

diff --git a/oox/source/ppt/slidefragmenthandler.cxx b/oox/source/ppt/slidefragmenthandler.cxx
index 853348d..62e64da 100644
--- a/oox/source/ppt/slidefragmenthandler.cxx
+++ b/oox/source/ppt/slidefragmenthandler.cxx
@@ -60,7 +60,7 @@ SlideFragmentHandler::SlideFragmentHandler( XmlFilterBase& rFilter, const OUStri
             getFilter(), aVMLDrawingFragmentPath, *pPersistPtr->getDrawing() ) );
 }
 
-SlideFragmentHandler::~SlideFragmentHandler()
+SlideFragmentHandler::~SlideFragmentHandler() throw ()
 {
     // convert and insert all VML shapes (mostly form controls)
     mpSlidePersistPtr->getDrawing()->convertAndInsert();


More information about the Libreoffice-commits mailing list