summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
parent7a71065b8715f09892ef643d6e75550782e116d4 (diff)
more catch by reference
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtfldi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index b456ae6d1dfa..93e1d81513ed 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -3765,7 +3765,7 @@ void XMLAnnotationImportContext::EndElement()
{
GetImportHelper().InsertTextContent( xTextContent );
}
- catch (lang::IllegalArgumentException)
+ catch (const lang::IllegalArgumentException&)
{
// ignore
}