Kaydet (Commit) 9c019970 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308524 Uncaught exception

Change-Id: I7f0e8193e3fb2cbd1b9cfe3505aab70d4e298f49
üst 29df4fed
...@@ -1306,7 +1306,7 @@ void SlideshowImpl::registerShapeEvents(sal_Int32 nSlideNumber) ...@@ -1306,7 +1306,7 @@ void SlideshowImpl::registerShapeEvents(sal_Int32 nSlideNumber)
} }
} }
void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception ) void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception, std::exception )
{ {
try try
{ {
......
...@@ -304,7 +304,7 @@ private: ...@@ -304,7 +304,7 @@ private:
void removeShapeEvents(); void removeShapeEvents();
void registerShapeEvents( sal_Int32 nSlideNumber ); void registerShapeEvents( sal_Int32 nSlideNumber );
void registerShapeEvents( css::uno::Reference< css::drawing::XShapes >& xShapes ) throw (css::uno::Exception); void registerShapeEvents( css::uno::Reference< css::drawing::XShapes >& xShapes ) throw (css::uno::Exception, std::exception);
static css::uno::Reference< css::presentation::XSlideShow > createSlideShow(); static css::uno::Reference< css::presentation::XSlideShow > createSlideShow();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment