summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-03 08:44:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-03 08:53:02 +0200
commit89ef290c89759571b74a9fbc63647cd90eb3490a (patch)
treef443011861cef71c351f079776705375155a9112 /cui/source/options/optpath.cxx
parentc92c5c6beed1c1c1004ced1e90b57393f62a0a31 (diff)
Improved error reporting
Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
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);
}
}