diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-14 17:21:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-14 17:21:20 +0000 |
commit | 0b3766645d7d52d5c2022b1e8e4617eff06403c8 (patch) | |
tree | 75ebc8e0ab319b10851517e7974fabfb7f8ba5c9 /svx | |
parent | 7a71065b8715f09892ef643d6e75550782e116d4 (diff) |
more catch by reference
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/dbaobjectex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx index c327c751bb72..d43184e5c4e9 100644 --- a/svx/source/fmcomp/dbaobjectex.cxx +++ b/svx/source/fmcomp/dbaobjectex.cxx @@ -80,7 +80,7 @@ namespace svx if ( xProp.is() ) xProp->getPropertyValue("IsForm") >>= bForm; } - catch(Exception) + catch(const Exception&) {} AddFormat(getDescriptorFormatId(bForm)); } |