diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-26 16:44:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 09:56:05 +0100 |
commit | 67785b74497b96e1ba95279ed63e04278d8e1baf (patch) | |
tree | e4720c579a93c0ab4e10eda0abfdf6c0c578abc9 /sd | |
parent | e4278fa98956f98519270b9bb74d59a799243ccf (diff) |
WaE: unused variable
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sdmod1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index f46b82354484..594ce2d96123 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -657,7 +657,7 @@ SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) if ( pFrameItem ) pFrame = &pFrameItem->GetFrame()->GetFrame(); } - catch (::com::sun::star::uno::Exception &e) + catch (const ::com::sun::star::uno::Exception&) { DBG_ASSERT (sal_False, "caught IllegalArgumentException while loading document from Impress autopilot"); } |