diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/textchainflow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx index 71d46494355a..fc701b20d74d 100644 --- a/svx/source/svdraw/textchainflow.cxx +++ b/svx/source/svdraw/textchainflow.cxx @@ -255,7 +255,7 @@ SdrTextObj *TextChainFlow::GetNextLink() const OutlinerParaObject *TextChainFlow::impGetOverflowingParaObject(SdrOutliner *) { // XXX: Should never be called (to be deleted) - assert(0); + assert(false); return NULL; //return mpOverflChText->CreateOverflowingParaObject(pOutliner, // mpNextLink->GetOutlinerParaObject()); |