summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docfunc.cxx')
-rw-r--r--sc/source/ui/docshell/docfunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 979c27e966e6..a412d957b915 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -562,7 +562,7 @@ bool ScDocFunc::DeleteContents(
if ( !rMark.IsMarked() && !rMark.IsMultiMarked() )
{
- OSL_FAIL("ScDocFunc::DeleteContents ohne Markierung");
+ OSL_FAIL("ScDocFunc::DeleteContents without markings");
return false;
}