Kaydet (Commit) 89b1a041 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-exception-parameter

Change-Id: Ia5b7f7629a07b84b4e8042aa7f8778faa4a11b50
üst b0c988cf
......@@ -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 &) {
}
}
......
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