diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-12 15:51:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:14:58 +0100 |
commit | 89b1a0419f39aacffa2fbe5b52793d17d7bdc437 (patch) | |
tree | 21d68153f71535fcf5fdcaa2e17a02f6eb19dd1c /shell | |
parent | b0c988cf921c826b629f2534a08d68d2ae1abf71 (diff) |
-Werror,-Wunused-exception-parameter
Change-Id: Ia5b7f7629a07b84b4e8042aa7f8778faa4a11b50
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 777affc56333..972957bba73b 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -105,7 +105,7 @@ ShellExec::ShellExec( const Reference< XComponentContext >& xContext ) : m_aDesktopEnvironment = OUStringToOString(aDesktopEnvironment, RTL_TEXTENCODING_ASCII_US); } } - } catch (const RuntimeException &e) { + } catch (const RuntimeException &) { } } |