summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-30 09:22:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-30 09:32:23 +0100
commit8fef2fef0349d3f21a8c9bfd0f99c72e8b85a9de (patch)
treee51cacbca7bdbe17cd2d5dca498fc08613fcd8e9 /sfx2
parent98f246d83db8f1a3e90dd794f48c390593a3ef62 (diff)
WaE: unused variable
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx2
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;
}