summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-11-26 19:33:12 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-26 19:33:12 +0100
commit580adf6efcb7096ed082efcb3374d69c4326c88c (patch)
treef9a2328df22bc1f4761b1224723db2aadc44a3cc /reportdesign
parentRemove dead codes and confusing comments (diff)
downloadcore-580adf6efcb7096ed082efcb3374d69c4326c88c.tar.gz
core-580adf6efcb7096ed082efcb3374d69c4326c88c.zip
do not catch exception by value
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/FixedTextColor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/FixedTextColor.cxx b/reportdesign/source/ui/report/FixedTextColor.cxx
index bd0e4ee1a412..d493d06c1ead 100644
--- a/reportdesign/source/ui/report/FixedTextColor.cxx
+++ b/reportdesign/source/ui/report/FixedTextColor.cxx
@@ -88,7 +88,7 @@ namespace rptui
uno::Reference< lang::XComponent > xComponent( xFixedText, uno::UNO_QUERY_THROW );
handle(xComponent);
}
- catch (uno::Exception e)
+ catch (uno::Exception const&)
{
DBG_UNHANDLED_EXCEPTION();
}