summaryrefslogtreecommitdiff
path: root/svtools/source/edit/textdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/edit/textdata.cxx')
-rw-r--r--svtools/source/edit/textdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/textdata.cxx b/svtools/source/edit/textdata.cxx
index f98e8c7cdc80..18301a181fae 100644
--- a/svtools/source/edit/textdata.cxx
+++ b/svtools/source/edit/textdata.cxx
@@ -112,7 +112,7 @@ USHORT TETextPortionList::FindPortion( USHORT nCharPos, USHORT& nPortionStart, B
}
}
}
- DBG_ERROR( "FindPortion: Nicht gefunden!" );
+ OSL_FAIL( "FindPortion: Nicht gefunden!" );
return ( Count() - 1 );
}