summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-26 15:32:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-26 15:32:35 +0100
commit71fcd819d59218f020faaa0b7f17b9235a609e49 (patch)
treec5a05de2fe8a7bc8c14f445ec597fa64ce97f124 /sw
parent771def6aec5bbb1966f65e81cdf68afd94aa4b70 (diff)
catch by const ref
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index e8ec678fe861..8496b06ff13c 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -2141,7 +2141,7 @@ sal_Bool SwAccessibleParagraph::setAttributes(
{
xPortion->setPropertyValues( aNames, aValues );
}
- catch( UnknownPropertyException &e )
+ catch (const UnknownPropertyException&)
{
// error handling through return code!
bRet = sal_False;