diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-07 15:19:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-07 15:55:52 +0300 |
commit | 2026c163b0f1205b7ad3e7ff65e8a7ea28b64ac4 (patch) | |
tree | 62fec090308083e96de4c9742be2f2923802fb51 /uui | |
parent | b90a9e8877a71e33c439396e3fda0c53750748f8 (diff) |
WaE: unreachable code
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/interactionhandler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index c790d86c4948..992d7aa3e70c 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -105,7 +105,6 @@ UUIInteractionHandler::handle( { throw uno::RuntimeException( ex.Message, *this ); } - return sal_False; } char const UUIInteractionHandler::m_aImplementationName[] |