summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec/shellexec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/exec/shellexec.cxx')
-rw-r--r--shell/source/unix/exec/shellexec.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 002e3a55570d..b7ef8b816950 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -96,7 +96,6 @@ ShellExec::ShellExec( const Reference< XComponentContext >& xContext ) :
}
void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 nFlags )
- throw (IllegalArgumentException, SystemShellExecuteException, RuntimeException, std::exception)
{
OStringBuffer aBuffer, aLaunchBuffer;
@@ -213,19 +212,16 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
// XServiceInfo
OUString SAL_CALL ShellExec::getImplementationName( )
- throw( RuntimeException, std::exception )
{
return OUString("com.sun.star.comp.system.SystemShellExecute");
}
sal_Bool SAL_CALL ShellExec::supportsService( const OUString& ServiceName )
- throw( RuntimeException, std::exception )
{
return cppu::supportsService(this, ServiceName);
}
Sequence< OUString > SAL_CALL ShellExec::getSupportedServiceNames( )
- throw( RuntimeException, std::exception )
{
return ShellExec_getSupportedServiceNames();
}