summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-19 22:37:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 11:01:38 +0100
commit5cbd9a7be2ee05499bd730f2e7bd8b35ce881217 (patch)
tree7c52e5d1a5324ae9ffe0e75dd525582ba30994d8 /sd/source/ui/dlg/tpoption.cxx
parent5c867b59668dd9144cab863c9e7593c85fc73609 (diff)
catch by const reference
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 8f1c4135e3a2..1ed3d3d9b8c7 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -825,7 +825,7 @@ void SdTpOptionsMisc::UpdateCompatibilityControls (void)
}
while (false); // One 'loop'.
}
- catch (uno::Exception e)
+ catch (const uno::Exception&)
{
// When there is an exception then simply use the default value of
// bIsEnabled and disable the controls.