summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/calbck.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/attr/calbck.cxx
parentf9585d9dc148653afee9286b00595222effe3d9c (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'sw/source/core/attr/calbck.cxx')
-rw-r--r--sw/source/core/attr/calbck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index f25f117b36f1..dc6c6d6dcecd 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -351,7 +351,7 @@ SwClient *SwModify::_Remove(SwClient * pDepend)
pDepend->pRight = 0;
}
else {
- OSL_ENSURE( sal_False, "SwModify::Remove(): pDepend nicht gefunden");
+ OSL_FAIL( "SwModify::Remove(): pDepend nicht gefunden");
}
pDepend->pRegisteredIn = 0;
return pDepend;