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

coverity#1209951 Uncaught exception

Change-Id: I11bdec73ea12e189cca41f5f275616a138cf5793
üst 92814c6f
......@@ -90,7 +90,8 @@ private:
css::uno::Reference<css::uno::XInterface> create(
OUString const & aServiceSpecifier, OUString const & referer);
SdPage* InsertSdPage( sal_uInt16 nPage, bool bDuplicate = false ) throw (css::uno::RuntimeException);
SdPage* InsertSdPage( sal_uInt16 nPage, bool bDuplicate = false )
throw (css::uno::RuntimeException, std::exception);
const bool mbImpressDoc;
bool mbClipBoard;
......
......@@ -440,7 +440,7 @@ void SdXImpressDocument::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
* *
******************************************************************************/
SdPage* SdXImpressDocument::InsertSdPage( sal_uInt16 nPage, bool bDuplicate )
throw (css::uno::RuntimeException)
throw (css::uno::RuntimeException, std::exception)
{
sal_uInt16 nPageCount = mpDoc->GetSdPageCount( PK_STANDARD );
SdrLayerAdmin& rLayerAdmin = mpDoc->GetLayerAdmin();
......
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