summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/dlgass.cxx')
-rw-r--r--sd/source/ui/dlg/dlgass.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 3c0c3e3abe00..e30ae0313279 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -872,10 +872,9 @@ void AssistentDlgImpl::ProvideTemplates (void)
{
UpdatePreview(sal_True);
}
- catch (uno::RuntimeException& e)
+ catch (uno::RuntimeException& )
{
// Ignore all exceptions.
- (void) e;
}
}
}
@@ -1792,9 +1791,8 @@ String AssistentDlgImpl::GetUiTextForCommand (const ::rtl::OUString& sCommandURL
}
while(false);
}
- catch (com::sun::star::uno::Exception& rException)
+ catch (com::sun::star::uno::Exception& )
{
- (void)rException;
}
return sLabel;
@@ -1849,9 +1847,8 @@ Image AssistentDlgImpl::GetUiIconForCommand (const ::rtl::OUString& sCommandURL)
}
while(false);
}
- catch (com::sun::star::uno::Exception& rException)
+ catch (com::sun::star::uno::Exception& )
{
- (void)rException;
}
return aIcon;