summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:06:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:06:18 +0100
commit352f1a58e24c9c3ec45829111a77fa9fbd8065ab (patch)
treef4d3ec761af697a535fad86c5fec2e045c933d0e /cui/source/options/optpath.cxx
parent00d5ba291e359368ee484a7c0c43281c22bd3df6 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
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 a3a30c1e13db..45119573c5da 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -799,7 +799,7 @@ void SvxPathTabPage::GetPathList(
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "SvxPathTabPage::GetPathList(): caught an exception!" );
+ OSL_FAIL( "SvxPathTabPage::GetPathList(): caught an exception!" );
}
}
@@ -844,7 +844,7 @@ void SvxPathTabPage::SetPathList(
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "SvxPathTabPage::SetPathList(): caught an exception!" );
+ OSL_FAIL( "SvxPathTabPage::SetPathList(): caught an exception!" );
}
}