summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/dlg/Navigator.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-12-24 01:33:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-12-24 01:55:56 +0900
commitc9a54f532e6fbe2302167a7f8cb829b397f2569c (patch)
treebcc192b3ecfc1a0f82642a525b34fac2318c0cec /reportdesign/source/ui/dlg/Navigator.cxx
parentgb_Jar_add_packagefile needs three args after all (diff)
downloadcore-c9a54f532e6fbe2302167a7f8cb829b397f2569c.tar.gz
core-c9a54f532e6fbe2302167a7f8cb829b397f2569c.zip
catch exception by constant reference
Diffstat (limited to 'reportdesign/source/ui/dlg/Navigator.cxx')
-rw-r--r--reportdesign/source/ui/dlg/Navigator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx
index 98272cd03380..b5ecd583e0f0 100644
--- a/reportdesign/source/ui/dlg/Navigator.cxx
+++ b/reportdesign/source/ui/dlg/Navigator.cxx
@@ -849,7 +849,7 @@ void NavigatorTree::UserData::_propertyChanged(const beans::PropertyChangeEvent&
m_pTree->SetEntryText(pEntry,lcl_getName(xProp));
}
}
- catch(uno::Exception)
+ catch(const uno::Exception &)
{}
}
// -----------------------------------------------------------------------------