summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/dbptools.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-12-10 22:14:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-12-10 22:16:07 +0900
commit93a9f170be76965ec004b200ac939e55e8382ca0 (patch)
tree2631f1e25117ae2bef93935fb3dab41d13c728db /extensions/source/dbpilots/dbptools.cxx
parent1688a9d9235dd2ee4f3b9497308efd41f7a3fb6f (diff)
catch exception by constant reference
Diffstat (limited to 'extensions/source/dbpilots/dbptools.cxx')
-rw-r--r--extensions/source/dbpilots/dbptools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/dbptools.cxx b/extensions/source/dbpilots/dbptools.cxx
index 970bb59d6b9a..8df666e8ec9b 100644
--- a/extensions/source/dbpilots/dbptools.cxx
+++ b/extensions/source/dbpilots/dbptools.cxx
@@ -57,7 +57,7 @@ namespace dbp
// can't do anything ... no free names
_rElementsName = sBase;
}
- catch(Exception&)
+ catch(const Exception&)
{
OSL_FAIL("::dbp::disambiguateName: something went (strangely) wrong!");
}