summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pcrcomponentcontext.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 /extensions/source/propctrlr/pcrcomponentcontext.cxx
parent00d5ba291e359368ee484a7c0c43281c22bd3df6 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'extensions/source/propctrlr/pcrcomponentcontext.cxx')
-rw-r--r--extensions/source/propctrlr/pcrcomponentcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/pcrcomponentcontext.cxx b/extensions/source/propctrlr/pcrcomponentcontext.cxx
index 70de26669887..dfb80d409e16 100644
--- a/extensions/source/propctrlr/pcrcomponentcontext.cxx
+++ b/extensions/source/propctrlr/pcrcomponentcontext.cxx
@@ -79,7 +79,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PropertyHandler::getContextValueByName: caught an exception!" );
+ OSL_FAIL( "PropertyHandler::getContextValueByName: caught an exception!" );
}
return aReturn;
}