summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optpath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optpath.cxx')
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 63593c0d93ba..b4478c887187 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -839,9 +839,9 @@ void SvxPathTabPage::SetPathList(
pImpl->m_xPathSettings->setPropertyValue( sProp, aValue );
}
}
- catch( const Exception& )
+ catch( const Exception& e )
{
- OSL_FAIL( "SvxPathTabPage::SetPathList(): caught an exception!" );
+ SAL_WARN("cui", "caught: " << e.Message);
}
}