summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtcache.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:13:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:13:18 +0100
commit25af48a8840696770162f41912b0609478f5132d (patch)
tree73482b230c37953b1325c11f9148e82e1de7875d /sw/source/core/text/txtcache.cxx
parentf9585d9dc148653afee9286b00595222effe3d9c (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'sw/source/core/text/txtcache.cxx')
-rw-r--r--sw/source/core/text/txtcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtcache.cxx b/sw/source/core/text/txtcache.cxx
index b6995b4e2b08..24a975c258e3 100644
--- a/sw/source/core/text/txtcache.cxx
+++ b/sw/source/core/text/txtcache.cxx
@@ -206,7 +206,7 @@ void SwTxtFrm::SetPara( SwParaPortion *pNew, sal_Bool bDelete )
nCacheIdx = pTxtLine->GetCachePos();
else
{
- OSL_ENSURE( sal_False, "+SetPara: InsertCache failed." );
+ OSL_FAIL( "+SetPara: InsertCache failed." );
}
}
}