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

New commits:
commit 558aa44672fe3565dfe1eab82c8766f2f499ee0d
Author: Stephan Bergmann <sberg...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to