summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-14 17:21:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-14 17:21:20 +0000
commit0b3766645d7d52d5c2022b1e8e4617eff06403c8 (patch)
tree75ebc8e0ab319b10851517e7974fabfb7f8ba5c9 /svx
parent7a71065b8715f09892ef643d6e75550782e116d4 (diff)
more catch by reference
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/dbaobjectex.cxx2
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));
}