diff options
-rw-r--r-- | cui/source/options/optinet2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index c42edd79b4b3..9df47726e1ab 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -284,7 +284,7 @@ void SvxProxyTabPage::ReadConfigData_Impl() } } - catch (const container::NoSuchElementException) { + catch (const container::NoSuchElementException&) { OSL_TRACE( "SvxProxyTabPage::ReadConfigData_Impl: NoSuchElementException caught" ); } |