summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TIndexes.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-13 09:47:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-13 09:47:24 +0100
commit9d71fa66665fd841b1be18901c49359a454b0448 (patch)
tree0d7c5b3bdfe3c77ffa8a9043c38e2a1de9323af8 /connectivity/source/commontools/TIndexes.cxx
parent2d954b614956c70d02761060dbb465d809c74fc0 (diff)
catch by const reference
Diffstat (limited to 'connectivity/source/commontools/TIndexes.cxx')
-rw-r--r--connectivity/source/commontools/TIndexes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TIndexes.cxx b/connectivity/source/commontools/TIndexes.cxx
index 796310d36039..5132a9fae89e 100644
--- a/connectivity/source/commontools/TIndexes.cxx
+++ b/connectivity/source/commontools/TIndexes.cxx
@@ -107,7 +107,7 @@ sdbcx::ObjectType OIndexesHelper::createObject(const ::rtl::OUString& _rName)
bPrimarKeyIndex = xRow->getString(6) == aName;
}
}
- catch(Exception)
+ catch(const Exception&)
{
}
OIndexHelper* pRet = new OIndexHelper(m_pTable,aName,aQualifier,bUnique,