coverity#1224995 Uncaught exception
and coverity#1224994 Uncaught exception Change-Id: I7f25e3829dbd1e5d68561ca9853ab8fc10c79484
This commit is contained in:
parent
ee36fc7add
commit
e3bd5018dc
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ namespace oox { namespace ppt {
|
|||
class SlideFragmentHandler : public ::oox::core::FragmentHandler2
|
||||
{
|
||||
public:
|
||||
SlideFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ) throw();
|
||||
SlideFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation );
|
||||
virtual ~SlideFragmentHandler() throw();
|
||||
|
||||
virtual void finalizeImport() SAL_OVERRIDE;
|
||||
|
|
|
@ -48,7 +48,7 @@ using namespace ::com::sun::star::container;
|
|||
|
||||
namespace oox { namespace ppt {
|
||||
|
||||
SlideFragmentHandler::SlideFragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ) throw()
|
||||
SlideFragmentHandler::SlideFragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation )
|
||||
: FragmentHandler2( rFilter, rFragmentPath )
|
||||
, mpSlidePersistPtr( pPersistPtr )
|
||||
, meShapeLocation( eShapeLocation )
|
||||
|
|
Loading…
Reference in a new issue