diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-30 09:22:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-30 09:32:23 +0100 |
commit | 8fef2fef0349d3f21a8c9bfd0f99c72e8b85a9de (patch) | |
tree | e51cacbca7bdbe17cd2d5dca498fc08613fcd8e9 /sfx2/source/view | |
parent | 98f246d83db8f1a3e90dd794f48c390593a3ef62 (diff) |
WaE: unused variable
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index befc248fa69f..eb56125b1f89 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -424,7 +424,7 @@ enum ETypeFamily return sType; } - catch (const css::uno::RuntimeException& exRun) + catch (const css::uno::RuntimeException&) { throw; } |